How to make this to work with key events(top arrow" /> How to make this to work with key events(top arrow" /> How to make this to work with key events(top arrow"/>

Angular 2: How to make <li> tag to work with key events without Jquery

156 Views Asked by At

I have a dropdown like this

<ul>
<li class="list-group-item" *ngFor="let user of users"></li>
</ul>

How to make this to work with key events(top arrow and down arrow) without Jquery? I need li to work like select. How do I do this?

0

There are 0 best solutions below