fluentui-blazor icon indicating copy to clipboard operation
fluentui-blazor copied to clipboard

[Select] Fix multiple issues

Open vnbaaij opened this issue 4 months ago • 2 comments

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.

vnbaaij avatar Oct 21 '24 13:10 vnbaaij