Answer the question
In order to leave comments, you need to log in
Is it possible to make it possible to navigate through the angular search results with the up and down keys?
There is a list
<input ng-model="searchText"></label>
<ul>
<li ng-repeat="friend in friends | filter:searchText">
</ul>
Answer the question
In order to leave comments, you need to log in
There is a TAB button for this.
And you don't even need to code.
And to determine the order of the elements, tabindex
is used.
Well, or hang up a listener for pressing down / up and change the focus.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question