Commit 5e15dc2
committed
VIP - Stop search input change event propagation in combobox
Add a bound `change` event handler for the combobox search input that calls `stopPropagation()` to prevent parent handlers from receiving the change event. The handler is attached on connect and removed on disconnect to ensure proper cleanup and avoid leaks.1 parent e85e536 commit 5e15dc2
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
953 | 958 | | |
954 | 959 | | |
955 | 960 | | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
956 | 965 | | |
957 | 966 | | |
958 | 967 | | |
| |||
0 commit comments