This repository was archived by the owner on Feb 25, 2026. It is now read-only.
TokenizingTextBox dynamic change of SuggestedItemsSource? #4939
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.
-
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