Releases: Hodnebo/streamlit-autocomplete
Releases · Hodnebo/streamlit-autocomplete
v2.0.0
2.0.0 (2025-03-06)
- feat!: remove useless debounce/update_on_change functionality BREAKING CHANGE: removing parameter for debounce and update_on_change (31c7ef5)
Bug Fixes
- force DOM update to avoid having to submit suggestion twice (81529e5)
- set showsuggestions right away when first submitting (377d7fd)
Features
- use more complex filterSuggestions function that works with non-subsequent matches (d7c294a)
BREAKING CHANGES
- removing parameter for debounce and update_on_change