fluentui-blazor
fluentui-blazor copied to clipboard
[Select] Fix multiple issues
Fixes #2830 and fix #2813.
The `FluentSelect' did not allow for combining mouse and keyboard input to change the selected item. This is now fixed.
The FluentSelect
had selected item disappear after OnInitializedAsync
completed. This is now fixed.