insin / insin/react-maskedinput
Ability to edit disabled MaskedInput
Open
- Dominant language
- JavaScript
- Stars
- 727
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
If MakedEdit is rendered with disabled='true' prop, there a back-door ability, however, to edit the text. To reproduce:
* create some text, which matches to input mask;
* copy it to the clipboard;
* click on the input box (left corner) and paste it via Ctrl+V shortcut.
The text will be inserted into.
Contributor guide
Assessment
This issue has not been assessed yet.