Unplanned
Last Updated: 27 Dec 2024 14:13 by Philip

Describe the bug
When used in a Nuxt project, the DropDownButton component triggers the following console warning:
Image

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Nuxt project following the instructions here.
  2. In the app.vue file of the newly created project add the code from this example.
  3. Add a Kendo Theme
  4. Start the project and see the warning in the console

Expected behavior
The DropDownButton should now throw any warnings when used in a Nuxt project.

Completed
Last Updated: 07 Jun 2023 12:22 by ADMIN
Created by: Pete
Comments: 0
Category: DropDownButton
Type: Bug Report
0

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

Completed
Last Updated: 05 Oct 2022 12:50 by ADMIN
Created by: Rosh
Comments: 3
Category: DropDownButton
Type: Bug Report
0
I have implemented Kendo Vue DropDownButtons in my project, and yesterday find out that "itemClick" event is not fired.

When I check the demo page - it also not working there.

https://www.telerik.com/kendo-vue-ui/components/buttons/dropdownbutton/events/


"@progress/kendo-vue-dropdowns": "^3.5.0",
"vue": "^3.2.13",

			
Unplanned
Last Updated: 09 Sep 2022 09:26 by Bruce

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

  1. Open this StackBlitz example
  2. Expand the DropDownButton and select an item with a mouse click - the itemClick event is logged in the event logger
  3. Using a touchpad, select an item by tapping on the touchpad.
  4. See the event logger - the itemClick event is not logged

Expected behavior
The itemClick event should be triggered consistently no matter if a mouse click or touchpad is used