Closed dopc closed 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.
search function
empty list
searchbox
https://github.com/m-wrzr/streamlit-searchbox/pull/14
Hey, thanks a lot for your PR & Bugfix!
Merged in it and released a new version with your change. 👍
Hey, thanks for the great work!
When the
search function
returnsempty list
, this line returns True, and thesearchbox
returns the last result which is not empty.Behavior:
Expected:
Solution:
https://github.com/m-wrzr/streamlit-searchbox/pull/14