kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

[Bug][Checkbox] Wrong aria-checked

Open iadnonov opened this issue 1 year ago • 0 comments

I'm submitting a...

  • Bug report

Current behavior

CheckBox generate axe error with value={null} and aria-checked="mixed"

Expected behavior

CheckBox should not generate axe error with value={null}

Minimal reproduction of the problem with instructions

  1. Open the following link: https://www.telerik.com/kendo-react-ui/components/inputs/checkbox/
  2. Make axe DevTools test of the demo.

Ticket ID: 1640852

iadnonov avatar Feb 13 '24 12:02 iadnonov