FluentComboxBox has Immediate and ImmediateDelay options to react to the value changing immediately. They don't work right now.
I want to use ValueChanged with a combo box to update the items as the user types. Note: I'm aware of the Autocomplete options on FluentComboxBox and they don't have the behavior I want.
💻 Repro or Code Sample
The problem appears to be that FluentComboxBox doesn't bind oninput:
🐛 Bug Report
FluentComboxBox has Immediate and ImmediateDelay options to react to the value changing immediately. They don't work right now.
I want to use ValueChanged with a combo box to update the items as the user types. Note: I'm aware of the Autocomplete options on FluentComboxBox and they don't have the behavior I want.
💻 Repro or Code Sample
The problem appears to be that FluentComboxBox doesn't bind
oninput
:https://github.com/microsoft/fluentui-blazor/blob/503d2eee1b631d38e83f24d45dfdda80df98a32a/src/Core/Components/List/FluentCombobox.razor
🤔 Expected Behavior
ValueChanged
and raised while typing in a combo box when immediate is true.😯 Current Behavior
ValueChanged
is only raised when focus leaves the combo box.💁 Possible Solution
🔦 Context
🌍 Your Environment