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
I am trying to handle scenarios where a user clears the value in a FluentCombobox, or types a value that is not in the list. I am using SelectedOptionChanged to do so. However, SelectedOptionChanged is called twice, once with a parameter of null and then again with the previously selected item, even though the rendered combo box does not have the previously selected item in it.
🐛 Bug Report
I am trying to handle scenarios where a user clears the value in a
FluentCombobox
, or types a value that is not in the list. I am usingSelectedOptionChanged
to do so. However,SelectedOptionChanged
is called twice, once with a parameter ofnull
and then again with the previously selected item, even though the rendered combo box does not have the previously selected item in it.💻 Repro or Code Sample
🤔 Expected Behavior
Console log:
😯 Current Behavior
Console log:
💁 Possible Solution
N/A - I may be willing to work on a fix time permitting.
🔦 Context
FWIW I saw a similar issue here that was fixed in 4.7.2, but I am still seeing the problem reported above:
🌍 Your Environment
The text was updated successfully, but these errors were encountered: