Open riimako opened 2 years ago
I have the same issue. Any fix for this?
The referenced code is still present at last version at time of writing
although I was not able to make it rendered live.
@ebonow Since it is introduced from your commit at https://github.com/JedWatson/react-select/commit/2ad934545#diff-07753302222b58b652fb23698902955708f7f700fdeecf15980423588766fef4R77,
is there a particular reason why you introduced this label: 'input'
line ?
Hey! I am using the react-select in my project, and the W3 validator gives me this Error: CSS: label: Property label doesn't exist.
Referenced code is here: https://github.com/JedWatson/react-select/blob/564a14306f3086a83b959ca89eaa909eeb4db77c/packages/react-select/src/components/Input.tsx#L81 https://github.com/JedWatson/react-select/blob/b0411ff46bc1ecf45d9bca4fb58fbce1e57f847c/packages/react-select/src/components/Input.js#L32
This is not valid css, and should not be there, to see more about css properties click.
This should be easy fix, and maybe you want to use aria-label?
Thanks!