Commit 8955503
authored
Reimplement autocomplete using Baseweb Combobox (#936)
* Rewrite the Workflows Query Input autocomplete functionality using Baseweb's native combobox
* Abstract autocomplete logic into a separate useQueryTextWithAutocomplete hook
* Remove react-autosuggest and styletron-engine-atomic
* Make all suggestions simple strings instead of having an object with an attached type (which wasn't used anywhere anyway)1 parent 2a9691c commit 8955503
15 files changed
+723
-516
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | | - | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
| |||
76 | 74 | | |
77 | 75 | | |
78 | 76 | | |
79 | | - | |
80 | 77 | | |
81 | | - | |
82 | 78 | | |
83 | 79 | | |
84 | 80 | | |
| |||
0 commit comments