react-widgets
react-widgets copied to clipboard
focusFirstItem does not work anymore
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; }