Select has a11y issues

As a
I want
so that

react-select component on Code tab results in a11y errors


Acceptance criteria

🛠 Proposed technical solution

  • 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',

🔗 Reference links

---Screenshot_2021-02-18_at_18.02.31

Edited by Ramsy