Get the chosen suggested value of a Autosuggestbox #694
Unanswered
maslewandowski
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
-
Hi there,
is there any way to get the chosen value from the SuggestionChosen Event?
I want to load data from a sql database, when the user selects one of the recommended values from a AutoSuggestBox.
I bound the SuggestionChosen event with
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
to my viewmodel, but I can't find the value of the chosen string in the args
I also tried to get the value by binding the SelectedText and the the Text property with
UpdateSourceTrigger=PropertyChanged
but both of the properties are empty.
Thanks for help!
Beta Was this translation helpful? Give feedback.
All reactions