jquense / react-widgets

Polished, feature rich, accessible form inputs built with React
http://jquense.github.io/react-widgets/
MIT License
2.34k stars 395 forks source link

focusFirstItem does not work anymore #1129

Open AnnyA95 opened 2 years ago

AnnyA95 commented 2 years ago

focusFirstItem does not work anymore in none of the browsers.

kdejaeger commented 2 years ago

The background color somehow is not visible. We could make it work by adding this to our css: .rw-list-option.rw-state-focus:not(.rw-state-selected) { background-color: #e9ecef; }