-
Hey, I’m using FluentAutocomplete as a dropdown where the user can select only one item, so I’ve set MaximumSelectedOptions="1". Currently, when the user wants to change their selection, they have to remove the selected item before the dropdown list/search list appears again. I’d like the user to be able to open the dropdown and have the option to select a new item without needing to remove the current selection first. I'm looking for a workaround for that? ❤️ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
That would mean we need to provide code (and test and maintain) that would specifically only run if MaximumSelectedOptions is 1. |
Beta Was this translation helpful? Give feedback.
-
Setting: And this dirty code:
Gave me almost what I was looking for: |
Beta Was this translation helpful? Give feedback.
That would mean we need to provide code (and test and maintain) that would specifically only run if MaximumSelectedOptions is 1.
I don't think that is a very good practice.