darylrowland / angucomplete

AngularJS Autocomplete Directive
511 stars 281 forks source link

Applies circular scrolling to the drop-down list #25

Open YasuhiroYoshida opened 10 years ago

ghiden commented 10 years ago

I'm not a big fan of dropdown items looping through top to bottom. It makes sense since we take keyup for up/down arrows. But personally I like taking keydown for up/down arrows and not having circular scrolling.

YasuhiroYoshida commented 10 years ago

I was playing with a very long drop-down list and thought it would be handy to have circular scrolling.