Skip to content

Commit 0423450

Browse files
committed
fix
1 parent ad96e6c commit 0423450

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/4-forms-controls/3-events-change-input

1 file changed

+1
-1
lines changed

2-ui/4-forms-controls/3-events-change-input/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For other elements: `select`, `input type=checkbox/radio` it triggers right afte
2929

3030
## Event: input
3131

32-
The `input` event triggers every time after a value is modified.
32+
The `input` event triggers every time after a value is modified by the user.
3333

3434
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.
3535

0 commit comments

Comments
 (0)