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

[Bug][Input] aria-described-by property is incorrectly displayed

Open filipKovachev opened this issue 2 years ago • 0 comments

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

filipKovachev avatar Sep 12 '23 12:09 filipKovachev