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

fix(ui): select, date-input, time-input keyboard navigation #3523

Merged

Conversation

m0ksem
Copy link
Collaborator

@m0ksem m0ksem commented Jun 22, 2023

Previously it was impossible to open select, date-input, time-input with space and enter for some reason.
closes #3533
closes #3530

@m0ksem m0ksem added the BUG Something isn't working label Jun 22, 2023
@m0ksem m0ksem requested a review from asvae June 22, 2023 09:02
@m0ksem m0ksem self-assigned this Jun 22, 2023
Copy link
Member

@asvae asvae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked locally - there are some issues.

@m0ksem m0ksem requested a review from asvae June 23, 2023 10:11
@m0ksem m0ksem requested a review from igorprodev1 June 30, 2023 10:31
Copy link
Contributor

@pogrib0k pogrib0k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked it up like everything is ok.
But DateInput allows focus outside the component, so sometimes something like this happens:
image

Also, because of this, I can open many "dropdowns" at the same time (see screenshot), and when I press ESC they all close at the same time.
image

@m0ksem m0ksem requested a review from pogrib0k July 3, 2023 17:10
@m0ksem m0ksem force-pushed the fix/dropdownable-keyboard-navigation branch from c66624c to e5ca6d9 Compare July 4, 2023 09:49
@m0ksem m0ksem merged commit b64f7b8 into epicmaxco:develop Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some dropdown components do not open on input click Double selector for input navigation
4 participants