Describe the bug
Aria label can not be set in an icon only DropDownButton
To Reproduce
Inspect the button element
https://stackblitz.com/edit/gvk8hm-s2fmdf?file=src%2Fmain.vue
Expected behavior
We can set aria-label
Screenshots
The aria label can be set to some value
Workaround :
https://stackblitz.com/edit/gvk8hm-tquawk?file=src%2Fmain.vue
"@progress/kendo-vue-dropdowns": "^3.5.0",
"vue": "^3.2.13",
Describe the bug
The DropDownButton's itemClick event doesn't work when you select one of its items with a tap on a touchpad.
To Reproduce
Expected behavior
The itemClick event should be triggered consistently no matter if a mouse click or touchpad is used