Prevent Duplicate on Selected Options in FluentAutoComplete #3583
Unanswered
AathifMahir
asked this question in
Q&A
Replies: 1 comment 1 reply
-
By default, when the user selects an item, it appears in the SelecetedOptions, and if the user re-selects the same item, it is removed from this list. An element is never selected twice, or that is not the same item (object reference). You'll find examples on the demo website. |
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
-
Do we have way to Prevent Duplicate from Added to SelectedOptions, by default we can select content that coming from Items to be selected multiple times even though there's visual indicator in AutoComplete Flyout that indicates the Content/Text is Already Selected. This makes the Content/Text to be Added to SelectedOptions Multiple Times
Beta Was this translation helpful? Give feedback.
All reactions