-
Notifications
You must be signed in to change notification settings - Fork 33
on_change does not work #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I get an error as well - TypeError: ButtonsItem.init() got an unexpected keyword argument 'on_change'
Name: streamlit Name: streamlit-antd-components |
sac.buttons callback args is still broken.
The above code is broken with an upgrade if streamlit1.36.0, the callback args print out empty tuple: () |
@maggie1121 in the meanwhile did you found any solution? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I set on_change callback, it's not called.
Streamlit==1.36.0
streamlit_antd_components==0.3.2
The text was updated successfully, but these errors were encountered: