Hi,
Does Streamlit have plans to revise the selectbox widget to a combo box widget (much like the VBA control)?
It can have the current selectbox functionality (of the dictionary-search-as-you-type) as well as the functionality of a text_input in case the typed text no longer exists within the search elements.
Additionally, a Boolean flag could be used to toggle the functionality between a selectbox and a combo box.
Thanks