Commit ebe438d
committed
feat: Listen onchange event by default
In this update, the 'onchange' event was added to the form event listeners. This change was necessary because 'oninput' wasn't enough to capture all user interactions, particularly those involving the mouse like selecting a dropdown item. By capturing 'change' event, the application can keep track of user interactions more comprehensively.1 parent d93ae69 commit ebe438d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments