Skip to content

Commit

Permalink
add textarea tests, add maskAllInputs test
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Aug 7, 2023
1 parent 9cb8ce6 commit 4418a4b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,10 @@ exports[`integration tests [html file]: form-fields.html 1`] = `
<input type=\\"checkbox\\" checked=\\"\\" />
</label>
<label for=\\"textarea\\">
<textarea name=\\"\\" id=\\"\\" cols=\\"30\\" rows=\\"10\\">1234</textarea>
<textarea name=\\"\\" id=\\"textarea1\\" cols=\\"30\\" rows=\\"10\\">1234</textarea>
</label>
<label for=\\"textarea\\">
<textarea name=\\"\\" id=\\"textarea2\\" cols=\\"30\\" rows=\\"10\\">56785678</textarea>
</label>
<label for=\\"select\\">
<select name=\\"\\" id=\\"\\" value=\\"2\\">
Expand Down

0 comments on commit 4418a4b

Please sign in to comment.