Update article.md

in the control control forms section, fixed mistake selectionEnd and selectionStart were both said to be  start position
This commit is contained in:
generally23 2019-11-24 13:40:26 -05:00 committed by GitHub
parent 79417c6e73
commit fd215a40d2
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: