jquense/react-widgets

focusFirstItem does not work anymore

AnnyA95 opened this issue · 1 comments

focusFirstItem does not work anymore in none of the browsers.

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; }