cldellow / datasette-ui-extras

Add editing UI and other power-user features to Datasette.
Apache License 2.0
12 stars 1 forks source link

JSONTagsControl: no way to add an item that doesn't exist in autosuggest #103

Closed cldellow closed 1 year ago

cldellow commented 1 year ago

The way we add items is from the awesomplete item-select event.

The only items shown in awesomplete are ones returned from autosuggest.

This means novel values can't get into the system. We should make that possible - maybe also have what the user has typed as the first option.