m-wrzr / streamlit-searchbox

Streamlit searchbox that dynamically updates and provides a list of suggestions based on a provided function
MIT License
203 stars 26 forks source link

Empty result issue #15

Closed dopc closed 1 year ago

dopc commented 1 year ago

Hey, thanks for the great work!

When the search function returns empty list, this line returns True, and the searchbox returns the last result which is not empty.

Behavior:

Expected:

Solution:

https://github.com/m-wrzr/streamlit-searchbox/pull/14

m-wrzr commented 1 year ago

Hey, thanks a lot for your PR & Bugfix!

Merged in it and released a new version with your change. 👍