m-wrzr/streamlit-searchbox

cannot inject typed text into search box as first value

Closed this issue · 4 comments

anyway i can add whatever I'm typing into the select list? If it's not on the suggestions, i can't pick my own text. seems to work on localhost, but not on cloud.

Screenshot 2023-05-09 at 10 19 00 PM local-host above cloud below

Hey, could it be an sorting issue? Both localhost/cloud seem to have different result lists?

Otherwise, if you want to make sure the input is available in the selections, it would have to be added to the provided search function.