Hello,
Streamlit 1.55 introduced Select all option in the dropdown list. I don’t need this and would like to disable it, but I didn’t see any parameter for this feature. How can I disable it?
Thanks,
chen
Hello,
Streamlit 1.55 introduced Select all option in the dropdown list. I don’t need this and would like to disable it, but I didn’t see any parameter for this feature. How can I disable it?
Thanks,
chen
Hi Chen, thanks for your question and welcome to the Streamlit community!
As of now, there is no documented parameter or API in Streamlit 1.55 to disable the “Select all” option in the dropdown list for widgets like st.multiselect. The official documentation and recent PRs do not mention any way to turn off this feature via a function argument or config setting—it’s enabled by default and not user-configurable at this time.
If this behavior is critical for your app, you may want to upvote or comment on related feature requests in the Streamlit GitHub repo, or consider a workaround such as using a custom component. Please share a minimum reproducible example if you need help with a workaround, and let’s see if other community members have creative solutions! ![]()
Sources: