yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 267 forks source link

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

Closed slantz closed 9 years ago

slantz commented 9 years ago

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 commented 9 years ago

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.