react-select-plus icon indicating copy to clipboard operation
react-select-plus copied to clipboard

Selects which are not searchable can't be associated with htmlFor

Open kumarharsh opened this issue 7 years ago • 0 comments

If the <Select> has searchable={false} set, then using htmlFor for associating labels with the input doesn't work.

See plunk: https://plnkr.co/edit/cr6cMK966vaHlUVwsNAZ?p=preview

(for some reason, github's markdown parser is not working - the markdown is being parsed erratically, so links are not working. Please copy-paste the plunk url)

kumarharsh avatar Aug 17 '17 08:08 kumarharsh