Click by mouse not fire commit
Open
- Dominant language
- JavaScript
- Stars
- 141
- Forks
- 23
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 5
Description
In [example ](https://github.github.io/combobox-nav/examples/index.html) click by mouse on list item not fire commit event.
That's because blur event executes before click event. Solution: change click listener to mousedown listener.
Contributor guide
Assessment
This issue has not been assessed yet.