Open JohnLukeBentley opened 2 years ago
To reproduce:
<form id="frmMain" method="post" action="" onsubmit="return onSubmit();"> <textarea name="CommentText" id="CommentText"></textarea> <p class="buttonGroup"> <button type="submit">Submit</button> <button type="reset">Reset</button> </p> </form>
textarea
Reset
We expect that the reset button will clear the text even after using "OL Insert Lorem".
To reproduce:
textarea
.Reset
button. Observe that text is cleared fromtextarea
.Reset
button. Observe that text is not cleared fromtextarea
.We expect that the reset button will clear the text even after using "OL Insert Lorem".