m-wrzr / streamlit-searchbox

Streamlit searchbox that dynamically updates and provides a list of suggestions based on a provided function
MIT License
240 stars 31 forks source link

v0.1.8 add edit_after_submit options #37

Closed m-wrzr closed 6 months ago

m-wrzr commented 6 months ago

for reference: there are some overwrites needed to not loose focus / hide the inputValue after a submit and associated changes to the component props (e.g. this.state.props.disabled from reloading)

https://github.com/JedWatson/react-select/issues/4675 https://github.com/JedWatson/react-select/issues/3923