Update article.md (#1625)

Update article.md
This commit is contained in:
Alexey Pyltsyn 2019-11-25 12:14:40 +03:00 committed by GitHub
commit 85121348f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -428,7 +428,7 @@ Form elements, such as `input` and `textarea` provide [special API for selection
Properties:
- `input.selectionStart` -- position of selection start (writeable),
- `input.selectionEnd` -- position of selection start (writeable),
- `input.selectionEnd` -- position of selection end (writeable),
- `input.selectionDirection` -- selection direction, one of: "forward", "backward" or "none" (if e.g. selected with a double mouse click),
Events: