-
Notifications
You must be signed in to change notification settings - Fork 460
[Autocomplete] Fix keyboard usage in Single mode #3930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
✅ All tests passed successfully Details on your Workflow / Core Tests page. |
Summary - Unit Tests Code CoverageSummary
CoverageMicrosoft.FluentUI.AspNetCore.Components - 60.5%
|
|
@dvoituron is there also an easy way to get keyboard working again when an item has already been selected? For example: |
This is only possible after removing the selected item. The "Text" field is not available when an item is selected. |
|
I had a bit different functionality in mind, in my local branch i could also partially remove text from the selected item. |
Fix Autocomplete Keyboard in Single mode
DeleteorBackspacekeys.In this example, all items are selected using the keyboard only (arrows, Delete, Backspace keys)
Unit Tests
No change