-
Hi, That is my Autocomplete:
How it works: And code behind it:
I checked and compared with samples, and it works as expected in case of "Customized options" and "Many Items" examples. Unfortunatelly there is nothig that would point to a solution. Regards |
Beta Was this translation helpful? Give feedback.
Answered by
dvoituron
Feb 11, 2025
Replies: 1 comment 3 replies
-
You don't need to do anything; by default, the style has a maximum height of .fluent-autocomplete-multiselect div[role=listbox] {
overflow-y: auto;
max-height: 300px;
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably because you don't specify
MaximumOptionsSearch
:-)