Autocomplete bind-SelectedText with null/empty Strings #4194
Unanswered
NeoCoderMatrix86
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Will transfer this to an issue so we can take a look. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello together,
I would like to use the autocomplete component as a replacement for Textedits. Therefore I use the bind-SelectedText to bind the values to my model. But if I have a null/empty string inside my model, the autocomplete input displays a previously entered value. Is there a known bug?
Some code:
If track.Artist is set in a modal dialog to "", the autocomplete doesn't react or load the new value.
Beta Was this translation helpful? Give feedback.
All reactions