Commit b15badc
authored
Added possibility to "ui_dropdown" component to delete user text in search box (#816)
* Update ui_dropdown.js - Added option msg.resetSearch
to send it to frontend dropdown via emitOptions.resetSearch
* Update ui-component-ctrl.js - process msg.resetSearch
If resetSearch is present in msg, clear user searchTerm input in dropdown select ui component.
* Update ui_dropdown.html - Added info about resetSearch
Added information about msg.resetSearch (delete user search term)1 parent f4da205 commit b15badc
File tree
3 files changed
+8
-1
lines changed- nodes
- locales/en-US
- src/components/ui-component
3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
438 | 442 | | |
439 | 443 | | |
440 | 444 | | |
| |||
0 commit comments