kendo-vue
kendo-vue copied to clipboard
[Bug][Input] aria-described-by property is incorrectly displayed
When using the ariaDescribedBy prop for the Input component, the value is being added using the HTML attribute ariadescribedby instead of aria-describedby (with a hyphen after 'aria'). This can be reproduced in the following demo:
https://stackblitz.com/edit/zbysr2?file=src%2Fmain.vue
Ticket ID: 1623129