minor fixes
This commit is contained in:
parent
df6e5a4522
commit
e769408d64
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ function checkPhoneKey(key) {
|
||||||
|
|
||||||
Now arrows and deletion works well.
|
Now arrows and deletion works well.
|
||||||
|
|
||||||
Even though we have the key filter, one still can enter anything using a mouse and right-click + Paste. So the filter is not 100% reliable. We can just let it be like that, because most of time it works. Or an alternative approach would be to track the `input` event -- it triggers after any modification. There we can check the new value and highlight/modify it when it's invalid.
|
Even though we have the key filter, one still can enter anything using a mouse and right-click + Paste. So the filter is not 100% reliable. The more reliable approach would be to track the `input` event -- it triggers after any modification. There we can check the new value and highlight/modify it when it's invalid.
|
||||||
|
|
||||||
## Legacy
|
## Legacy
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue