How to reset the status of button in streamlit-antd-components?

in the antd component i have multiple button (add,edit, delete). based on what is clicked i open a dialog box and after submit the st.rerun() is executed. the problem is sac.button keeps the previous value and does not reset like streamlit button. this leads to infinite loop. how to reset the button state after script run.

1 Like

What’s sac.button?