-
Notifications
You must be signed in to change notification settings - Fork 37
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
what does the apply button do? #43
Comments
I'm facing the same difficult. I haven't found anything about the button or how to get the text return. |
It is sad that docs do not mention it but you can access it using the return value of the component result = st_ace('Type here', key='mytextarea')
print("Provided code:", result) |
If If This button was introduced here: #2 |
Want to be able to Change the text of Apply button or just hide the button without auto-updating |
It's not clear what does the apply button do
The text was updated successfully, but these errors were encountered: