From 0423450e071c7bb034e913026a46eabba073b04a Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sat, 6 Jul 2019 13:34:54 +0300 Subject: [PATCH] fix --- 2-ui/4-forms-controls/3-events-change-input/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/4-forms-controls/3-events-change-input/article.md b/2-ui/4-forms-controls/3-events-change-input/article.md index 439447b0..b43a305b 100644 --- a/2-ui/4-forms-controls/3-events-change-input/article.md +++ b/2-ui/4-forms-controls/3-events-change-input/article.md @@ -29,7 +29,7 @@ For other elements: `select`, `input type=checkbox/radio` it triggers right afte ## 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.