widget: autocomplete
Need a general-purpose autocomplete component which can read data from various sources (direct input, async method, GraphQL). Should have single-select and multi-select capability. Keyboard and screenreader friendly.
https://github.com/Ascarbek/svelte-suggestbox#readme may provide a good foundation to work from.
Edited by pospi