gagan3012 / streamlit-tags

Custom Tag component for streamlit
https://streamlit-tags.readthedocs.io/en/latest/
MIT License
281 stars 17 forks source link

Suggestions in a dropdown #41

Open alon-sht opened 1 year ago

alon-sht commented 1 year ago

It would be amazing if we could get a dropdown with the suggestions (just like in multiselect widget in streamlit), while keeping an option to add new keys by just typing and pressing Enter.

CHerSun commented 1 year ago

I'd love this too (+ partial matches). Maybe if keys are separated, i.e. - tab to complete suggestion, enter to enter what's being typed as a tag?

daranday commented 1 year ago

Yes! How can we add this feature?

ghz commented 10 months ago

+1 That's the only thing stopping me from using it instead of the basic multiselect component.