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

Improve DatePicker and TimePicker accessibility.

Open simonssspirit opened this issue 3 years ago • 0 comments

Improve DatePicker and TimePicker accessibility.

Currently, both components how errors for invalid attributes:

Error: Attribute autocorrect not allowed on element[ input](https://html.spec.whatwg.org/multipage/#the-input-element) at this point

Error: Attribute aria-expanded not allowed on element[ input](https://html.spec.whatwg.org/multipage/#the-input-element) at this point.

Please research if and where these attributes have to be changed.

simonssspirit avatar Feb 11 '22 14:02 simonssspirit