-
-
Notifications
You must be signed in to change notification settings - Fork 604
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
clearing value of ui.input() does not work on 2nd try #1088
Comments
@eshyun, by the way: I love your short and precise bug report! That's a great starting point for further investigating the problem. And another thought about your key event: "keypress" is depricated. So you better use "keydown" or "keyup". |
@falkoschindler , thanks for fixing the bug so quickly. Regarding the deprecation of |
@falkoschindler, I'm currently having the exact same problem with ui.editor. editor.set_value(None) works once and then after that not anymore. Any suggestions for this one? |
Description
Code to reproduce:
Alternatively, the official demo at Input Styling can be used to reproduce the issue. Just click 'delete' icon more than twice from the 3rd example.
This issue is new in version 1.2.22. Everything is okay in version 1.2.21 and older.
The text was updated successfully, but these errors were encountered: