Closed brandoncc closed 5 years ago
In the meantime, I did this for anyone else who might have this concern:
.my-dropdown-parent:hover
.rw-list-option.rw-state-focus
border-color: transparent
Just know that it doesn't actually fix the problem, as the state-focus
'd element is just not shown in a border while hovering over the element.
Hi @brandoncc! Are you sure this is the correct repo for posting your issue?
Ha, not it isn't. I have no idea how I did that. Sorry @edorivai !!
Hi, thanks for this really nice project. I find it very weird that when you open a DropdownList, the first element is always selected (with the obvious border styling by default), and hovering has no effect on it. A traditional select dropdown will let you change the "active" option either with the keyboard or hovering an option, and each continues where the other left off. Your widget considers those two things completely separate.
Is there a reason for this, or was it merely an oversight?