Remove duplicate word "effect"
This commit is contained in:
parent
dac2e71cff
commit
ba64109e8a
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ function checkPhoneKey(key) {
|
||||||
<input *!*onkeydown="return checkPhoneKey(event.key)"*/!* placeholder="Phone, please" type="tel">
|
<input *!*onkeydown="return checkPhoneKey(event.key)"*/!* placeholder="Phone, please" type="tel">
|
||||||
```
|
```
|
||||||
|
|
||||||
Please note that special keys like `key:Backspace`, `key:Left`, `key:Right`, `key:Ctrl+V` do not work in the input. That's a side-effect effect of the strict filter `checkPhoneKey`.
|
Please note that special keys like `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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue