Johannes Rieke
Johannes Rieke
st.selectbox inside of a form still reruns the app when changed (unless inside of a context manager)
Potential duplicate of #3255
This is definitely a bug and not the intended behavior. The intended behavior should be that the callback triggers only once when a new file is uploaded, no matter if...
After reading the description again, I think you can do this via `on_change` callbacks and and the `disabled` parameter on widgets. I'll leave this open though to see if more...
@anirudhmn Thx for the idea! Can I ask why / in which situation you want to do this?
Gotcha. We are doing this automatically if you use [the official multipage feature](https://docs.streamlit.io/library/get-started/multipage-apps), so might be a good idea to use that. I see that there might be use cases...
The same issue was mentioned in #3378. See also [this forum thread](https://discuss.streamlit.io/t/toggle-hide-show-sidebar-from-python/5805).
We're working on this at the moment. No concrete launch data but we should have something during the next few months!
# Update See my comment [here](https://github.com/streamlit/streamlit/issues/455#issuecomment-1811044197).
#8630 asked specifically for integrating a top navbar feature in the upcoming `st.navigation`. FYI that's something we're considering for the future but I don't have a concrete timeline yet. I...
Hey all! We're just starting to pick this feature back up and are planning to build a first prototype by the end of April. I'll update here once I have...