Merge pull request #504 from ShunSakurai/patch-1

Remove duplicate word "effect"
This commit is contained in:
Ilya Kantor 2018-09-30 23:43:15 +03:00 committed by GitHub
commit 36b836d13e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ function checkPhoneKey(key) {
<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: