Select has a11y issues
As a
I want
so that
react-select component on Code tab results in a11y errors
- For elements with background images axe cannot determine the background color. Add the following:
// Axe can't analyse the contrast of elements with background images
className: 'axe-ignore',
Edited by Ramsy
