yalabot / angular-foundation

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

Key Events in Typeahead #285

Closed blanchma closed 8 years ago

blanchma commented 8 years ago

Is there any support or ideas to support key events in Typeahead?

Instead of mouse clicking the option, using the keyboard to go down along the list and select with ENTER.

jbrowning commented 8 years ago

This was reported in #215.

Keyboard events are supported but Foundation's CSS only provides styling for :hover on the list of results. You'll need to implement your own styling for the active class.