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

chore(dropdown): close on enter keypress set via aria autoclose attr #256

Closed
wants to merge 1 commit into from

Conversation

slantz
Copy link

@slantz slantz commented Sep 3, 2015

Native foundation dropdown Toggle allows to close it if it's opened by hitting "ENTER", when aria-autoclose="false" attribute is set.

This emulates this behaviour.

@jbrowning
Copy link
Member

According to the Foundation docs, the aria-autoclose attribute prevents the automatic dismissal of dropdown content when a link is clicked. It makes no mention of how this affects the behavior of pressing the enter key specifically.

Closing this in favor of #230 which also implements autoclose and seems to be more robust.

@jbrowning jbrowning closed this Oct 13, 2015
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.

2 participants