Clicking on the label of a "react-select" does not give focus to the select
When clicking on a <label>
which is linked to a <Select>
(or <Creatable>
) thanks to the HTML ID (prop htmlFor
of the and prop id
of the <Select>
are the same string), I expect the to get the focus. However, this is not the case.