Bindable search value changes are not reflected in input (Combobox) #1387
Unanswered
Enable-Lukas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m building a standalone autocomplete component.
The search value is exposed as a bindable property.
However, when I update the value externally, the input field does not reflect the new value.
How can I properly update the input field either by setting the value from outside or through a method, so that the UI stays in sync?
Beta Was this translation helpful? Give feedback.
All reactions