kendo-vue
kendo-vue copied to clipboard
[DropDownList] Incorrect aria-required rendering when using the label property
Describe the bug When using the DropDownList in combination with its label and aria-required props the aria-required is not correctly rendered
To Reproduce
- Open this CodeSandbox project
- Open the browser's DevTools
- Inspect the DropDownlist
- See where the aria-required attribute is rendered
Expected behavior The aria-required attribute should be rendered on the element with the "combobox" role.
Screenshots