Replies: 1 comment
-
You can just set MaximumSelectedOptions="1" to be able to select only one value. Templates can be used already. See https://www.fluentui-blazor.net/Autocomplete#customizedoptions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do see that the multiple is by default set to true (Looks like this has to be set always for AutoComplete), Seeing also that the OptionValue can be set but is only used for FluentListBox and FluentSelect (guessing shared Base Class?) and setting this doesn't help when attempting to bind to SelectedOption.
Would like to see the AutoComplete behave more like the WinUI's AutoSuggest and allow for single selected items without the dismiss for the individual item. Any plans to work on the autocomplete or is best to attempt to create our own template -- or better yet ! do you need some help??
Beta Was this translation helpful? Give feedback.
All reactions