fix
This commit is contained in:
parent
ad96e6ca10
commit
0423450e07
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ For other elements: `select`, `input type=checkbox/radio` it triggers right afte
|
||||||
|
|
||||||
## Event: input
|
## Event: input
|
||||||
|
|
||||||
The `input` event triggers every time after a value is modified.
|
The `input` event triggers every time after a value is modified by the user.
|
||||||
|
|
||||||
Unlike keyboard events, it triggers on any value change, even those that does not involve keyboard actions: pasting with a mouse or using speech recognition to dictate the text.
|
Unlike keyboard events, it triggers on any value change, even those that does not involve keyboard actions: pasting with a mouse or using speech recognition to dictate the text.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue