You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FluentAutocomplete throws if setting Multiple to false, but if set/bind the SelectedOption it just doesn't work.
💻 Repro or Code Sample
NA
🤔 Expected Behavior
Throw like Multiple
😯 Current Behavior
Silently does not work
💁 Possible Solution
Alternative to throw would be to set MaximumSelectedOptions to null/1 and fix the code to use it SelectedOption when MaximumSelectedOptions is null/1 to make it consistent with other list components.
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
FluentAutocomplete
throws if settingMultiple
to false, but if set/bind theSelectedOption
it just doesn't work.💻 Repro or Code Sample
NA
🤔 Expected Behavior
Throw like Multiple
😯 Current Behavior
Silently does not work
💁 Possible Solution
Alternative to throw would be to set
MaximumSelectedOptions
to null/1 and fix the code to use itSelectedOption
whenMaximumSelectedOptions
is null/1 to make it consistent with other list components.The text was updated successfully, but these errors were encountered: