Skip to content
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

[FluentListbox] Add keyboard navigation/selection #1356

Merged
merged 2 commits into from
Jan 20, 2024

Conversation

vnbaaij
Copy link
Collaborator

@vnbaaij vnbaaij commented Jan 19, 2024

Adding functionality to make the keyboard selection work for listbox (when using the Items parameter to specify the list items). Fixes #1344.

See below for how it works. First selection is done with click, then End, Home and arrows down/up:

issue-#1344

Making it work with a list where the itmes are manually specified is a lot more (complicated) work.

Also grouped the list based gomponents together in one nav menu group

@vnbaaij vnbaaij added this to the V4.3.2 milestone Jan 19, 2024
@vnbaaij vnbaaij self-assigned this Jan 19, 2024
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-pebble-0dc79cb03-1356.westeurope.3.azurestaticapps.net

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-pebble-0dc79cb03-1356.westeurope.3.azurestaticapps.net

@vnbaaij vnbaaij merged commit f1bc930 into dev Jan 20, 2024
4 checks passed
@vnbaaij vnbaaij deleted the vnbaaij/listbox-keyboard branch January 20, 2024 09:50
vnbaaij added a commit that referenced this pull request Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: Keyboard navigation does not trigger value nor option change in Listbox
2 participants