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

[QDatePicker] add keyboard nav #55

Merged
merged 5 commits into from
Feb 8, 2021
Merged

Conversation

cheesytim
Copy link
Member

No description provided.

@cheesytim cheesytim added the enhancement New feature or request label Feb 3, 2021
@cheesytim cheesytim linked an issue Feb 4, 2021 that may be closed by this pull request
@cheesytim cheesytim marked this pull request as draft February 4, 2021 08:16
@cheesytim cheesytim marked this pull request as ready for review February 5, 2021 09:32
@@ -409,6 +412,7 @@ export default {

beforeDestroy() {
this.destroyPopper();
document.removeEventListener('keyup', this.handleKeyUp, true);
Copy link
Member

Choose a reason for hiding this comment

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

а тут обязательно удалять событие?

ты вроде тут вызываешь destroyPopper а там есть удаление

@cheesytim cheesytim merged commit 97c4891 into master Feb 8, 2021
@cheesytim cheesytim deleted the datepicker-accessibility branch February 8, 2021 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

consider adding better focus states for keyboard users
3 participants