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:
parent
79417c6e73
commit
fd215a40d2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue