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

Refactor menu keyoboard navigation into mixin #3294

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

mikiher
Copy link
Contributor

@mikiher mikiher commented Aug 17, 2024

This fixes #3286 while refactoring the menu keyboard navigation functions into a mixin for reusability.

Aside from the refactoring, there are a couple of functional changes:

  • Added menu navigation to InputDropdown.vue (which implements the feature request above)
  • In the Add Series dialog, when the series name is accepted, the focus automatically moves to the Sequence input. This was done in order to streamline keyboard editing
  • In MultiSelect.vue and MultSelectQueryInput.vue, I removed the bluring in insertNewItem(). This was also to streamline keyboard editing

@mikiher mikiher marked this pull request as ready for review August 17, 2024 03:27
@advplyr
Copy link
Owner

advplyr commented Aug 17, 2024

Works great, thanks!

@advplyr advplyr merged commit 9e0f17f into advplyr:master Aug 17, 2024
4 checks passed
@mikiher mikiher deleted the menu-keyboard-navigation-refactor branch August 24, 2024 09:22
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.

[Enhancement]: Series Name dropdown - Keyboard Controls
2 participants