I created this datalist component for those situations where you want to have a dropdown with options, but also want the ability to enter a different option that the ones provided.
The component is available on pypi:
pip install streamlit-datalist
and the source code is available on this GitHub repo: