-
Notifications
You must be signed in to change notification settings - Fork 341
Textbox with trigger=true clears itself after submitting value #150
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
Since
|
The only UX problem with that though is losing focus on search field itself. We can probably add cc @lo5 |
Having to set One way to address this is to make each form component update its value in the local copy of the card. if, say, the textbox stored its value in the local copy of the card, then the caller doesn't need to explicitly set the value on the roundtrip. |
Let's table this for a while. I need some time to mull it over. |
This would be useful. How would you achieve this exactly? |
We can add a |
Note that this is far broader problem than just textbox. It clears the value in same manner for every component with |
Q SDK Version, OS
0.6.0
Steps To Reproduce
Run this example: https://github.com/h2oai/qd/blob/master/py/examples/table_filter_backend.py
Actual behavior
Search field is cleared as soon as you type.
Expected behavior
Search field should not be cleared.
The text was updated successfully, but these errors were encountered: