afcapel / stimulus-autocomplete

Stimulus autocomplete component
MIT License
478 stars 61 forks source link

Set "active" class based on what result the user's mouse is over #130

Closed ACPK closed 1 year ago

ACPK commented 1 year ago

The "active" class is being set in the example below based on keyboard values but not on the user's mouse.

https://stimulus-autocomplete.netlify.app

ACPK commented 1 year ago

Duplicate of https://github.com/afcapel/stimulus-autocomplete/issues/125