diff options
| author | GeoSot <[email protected]> | 2021-06-30 03:26:55 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-08-30 16:57:39 +0300 |
| commit | 25b7113bf58e0657bd74880eb6179d4d56764c5d (patch) | |
| tree | ff42dbd9d82f3945a670d0618c7c82df562cba90 /js/src/dom/event-handler.js | |
| parent | dde7e1cb57d1fbebe7fcd9e507c390af6cca88af (diff) | |
| download | bootstrap-gs-forms.tar.xz bootstrap-gs-forms.zip | |
add input event to handlergs-forms
Diffstat (limited to 'js/src/dom/event-handler.js')
| -rw-r--r-- | js/src/dom/event-handler.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/dom/event-handler.js b/js/src/dom/event-handler.js index 0fcbe9640..47b247a1f 100644 --- a/js/src/dom/event-handler.js +++ b/js/src/dom/event-handler.js @@ -26,6 +26,7 @@ const customEventsRegex = /^(mouseenter|mouseleave)/i const nativeEvents = new Set([ 'click', 'dblclick', + 'input', 'mouseup', 'mousedown', 'contextmenu', |
