Html – Remove focus from listbox options on mouse click only
I am implementing the following combobox: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/ As you can notice from the example code in the link above, when I click with my mouse on the combobox, there is a blue focus around the selected option in the listbox.…