Streamlit-option-menu is a simple Streamlit component that allows users to select a single item from a list of options in a menu

Hi @victoryhb thanks for the help. It is working now, but every time you click the next option button the st.text_input is reset, wereas with the st.expander any change to the variable is stored until rerun. Does that mean that the option-menu component reruns the app every time you click?
And great component by the way :smiling_face_with_three_hearts: