minor fixes

This commit is contained in:
Ilya Kantor 2021-06-19 18:48:57 +03:00
parent e8777963b2
commit ff53f0638b

View file

@ -151,7 +151,7 @@ As we know, the `false` value returned from the event handler, assigned using a
Please note that special keys, such as `key:Backspace`, `key:Left`, `key:Right`, `key:Ctrl+V`, do not work in the input. That's a side-effect of the strict filter `checkPhoneKey`. Please note that special keys, such as `key:Backspace`, `key:Left`, `key:Right`, `key:Ctrl+V`, do not work in the input. That's a side-effect of the strict filter `checkPhoneKey`.
Let's relax it a little bit: Let's relax it a little bit by allowing `key:Left`, `key:Right` arrows and `key:Delete`, `key:Backspace`:
```html autorun height=60 run ```html autorun height=60 run