Breaks a form's reset button.
Open
- Dominant language
- JavaScript
- Stars
- 17
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
To reproduce:
1. Create a simple form:
```
```
2. Load the html page and type some text in the `textarea`.
3. Click the `Reset` button. Observe that text is cleared from `textarea`.
4. From the context menu insert some lorem with "OL Insert Lorem".
5. Click the `Reset` button. Observe that text is **not** cleared from `textarea`.
We expect that the reset button will clear the text even after using "OL Insert Lorem".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.