Mohamed-512 / Extra-Streamlit-Components

An all in one place, to find complex or just not available components by default on streamlit.
Apache License 2.0
466 stars 59 forks source link

stepper bar resets its selected stage #43

Open CHerSun opened 1 year ago

CHerSun commented 1 year ago

I have a stepper bar inside Expander with a few things above. Changing things above (say, filter for dataframe - causes script rerun, but has no effect on the stepper bar) - stepper bar position gets reset to the first one, even if some other step was already selected.

Is there any way to fix that?