You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding the TokenizingTextBox.
Is it possible to change the SuggestedItemsSource in a TokenizingTextBox dynamically?
My usecase is the following:
I would like that as soon as I type something in the box, the suggestions are automatically adjusted. For example, I have a suggestionList which contains "Dog", "CAT", "Mouse". If I type the letter "d", only dog should be suggested by TokenizingTextBox. The algorithm is clear, but I dont know how to do that with the TokenizingTextBox.
Thanks to all who will answer here and give me good solutions or hints. :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello together,
I have a question regarding the TokenizingTextBox.
Is it possible to change the SuggestedItemsSource in a TokenizingTextBox dynamically?
My usecase is the following:
I would like that as soon as I type something in the box, the suggestions are automatically adjusted. For example, I have a suggestionList which contains "Dog", "CAT", "Mouse". If I type the letter "d", only dog should be suggested by TokenizingTextBox. The algorithm is clear, but I dont know how to do that with the TokenizingTextBox.
Thanks to all who will answer here and give me good solutions or hints. :)
Beta Was this translation helpful? Give feedback.
All reactions