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

Streamlit page resetting #1

Closed m-wrzr closed 1 year ago

m-wrzr commented 2 years ago

This bug causes the page completely reload, resetting the state for all components.

Can be reproduced by quick typing compared to the function length (at least sometimes). However, this is not caused the execution length of the lookup itself.

Possible Causes:

zronghui commented 1 year ago

same,In my case, it always crashes, automatically refreshes the page, and doesn't work at all

m-wrzr commented 1 year ago

Can you provide more details regarding the crash/refresh and how to reliably reproduce it? I haven't run into this in a while, so any information would be appreciated.