Henrik Giesel
|
7bdf9aaf00
|
Set disabled class on TagInput from WithAutocomplete
|
2021-09-09 15:38:10 +02:00 |
|
Henrik Giesel
|
9e1f2aa262
|
Take most recent input as basis for suggestions
|
2021-09-09 15:38:09 +02:00 |
|
Henrik Giesel
|
5f1bcb691e
|
Split when no autocomplete item is selected
|
2021-09-09 15:37:59 +02:00 |
|
Henrik Giesel
|
63dc42cff6
|
Do not open autocomplete on clicking input
|
2021-09-09 15:37:55 +02:00 |
|
Henrik Giesel
|
95806c5176
|
Allow clicking on suggestion items
|
2021-09-09 15:37:54 +02:00 |
|
Henrik Giesel
|
3dff89fda5
|
Switch WithAutocomplete to WithDropdown and fix SelectedTagBadge
|
2021-09-09 15:37:53 +02:00 |
|
Henrik Giesel
|
e876a374e2
|
Disable toggle on clicking element (toggle) for WithAutocomplete
|
2021-09-09 15:37:51 +02:00 |
|
Henrik Giesel
|
a29d21f4fd
|
Implement accepting suggestions via Enter
|
2021-09-09 15:37:50 +02:00 |
|
Henrik Giesel
|
b93646209a
|
Introduce AutocompleteItem
* needs too much custom styling / behavior to be done with DropdownItem
|
2021-09-09 15:37:50 +02:00 |
|
Henrik Giesel
|
b2d2cb8715
|
suggestions -> suggestionsPromise, so it works with external APIs
|
2021-09-09 15:37:50 +02:00 |
|
Henrik Giesel
|
a515a9899b
|
Don't allow Enter/Tab/Arrows for Autocomplete, if not active
Don't show Autocomplete, if there are no items available
|
2021-09-09 15:37:49 +02:00 |
|
Henrik Giesel
|
bbef2ab6b4
|
Have WithAutocomplete export its API
allows it to be used in more contexts
|
2021-09-09 15:37:49 +02:00 |
|
Henrik Giesel
|
ed1f19048d
|
Rename TagAutocomplete to WithAutocomplete
It's general enough to be used in other cases too
|
2021-09-09 15:37:49 +02:00 |
|