Closed hoggatt closed 1 year ago
It would also be nice if there was an option to disable 'st.experimental_rerun()'. This can mess things up sometimes depending on the app. Just returning the value might be good enough. Alternatively, have it only do a rerun when 'enter' is pressed.
Thanks for the suggestions! I've added a rerun_on_update
option to disable rerunning and a default_options
list similar to the selection defaults, which can provide an option list before the first suggestion.
Thanks so much! One quick thing, I think you forgot the update the doc for the st_searchbox
here.
There are two other functions I think could be helpful for people (although I don't personally need them so I won't make a new issue):
Hi, there are cases where someone will just click on the box and I want to show all possible items. Right now, the search function isn't called until the user types something. Can there be an option to call the search function on click (or simply give it a list of items to show by default?).