Completed
Last Updated: 27 Jul 2021 14:50 by ADMIN
Created by: Hab
Comments: 3
Category: DropDownButton
Type: Feature Request
6
Completed
Last Updated: 23 Jun 2021 12:04 by ADMIN
Created by: Manitra
Comments: 1
Category: DropDownButton
Type: Feature Request
2
Currently there is no way to choose the popup position. If the button is near the border of the screen the popup will be outside the screen.
Declined
Last Updated: 02 Apr 2021 08:29 by ADMIN
Created by: Markus
Comments: 1
Category: DropDownButton
Type: Feature Request
2

In the moment the kendo-toobar-dropdownbutton look like an "normal" toolbar-button. The user has no visual indication that the button reveals a drop down list.

https://www.telerik.com/kendo-angular-ui/components/toolbar/control-types/#toc-drop-down-buttons

Please add a dropdown-arrow like it is present in the split-button to the dropdown-button.

https://www.telerik.com/kendo-angular-ui/components/toolbar/control-types/#toc-split-buttons

 

Unplanned
Last Updated: 08 Dec 2022 22:06 by Grosu
Created by: Grosu
Comments: 0
Category: DropDownButton
Type: Feature Request
2
Feature to add a separator in the list of the DropDownButton just like Kendo Menu: Items - Menu - Kendo UI for Angular (telerik.com)
Declined
Last Updated: 31 Aug 2023 15:14 by ADMIN
Created by: Feng
Comments: 4
Category: DropDownButton
Type: Feature Request
1
Please support nested items in DropDownButton and SplitButton
Unplanned
Last Updated: 15 Dec 2021 11:57 by ADMIN

The animate property of a PopupSettings object passed to the DropDownButton's popupSettings input, officially only supports a boolean value.

The component seems to already be working as expected if a PopupAnimation is passed to the animate property instead of boolean.

However, doing this results in a Typescript error, as this configuration is not officially supported:

Type '{ direction: string; }' is not assignable to type 'boolean | undefined'.
Type '{ direction: string; }' is not assignable to type 'true'.ngtsc(2322)

Please make this configuration part of the officially supported API of the component.

For reference download the attached project and run npm i and ng serve.

Declined
Last Updated: 20 Oct 2022 08:14 by ADMIN
Created by: Alain
Comments: 2
Category: DropDownButton
Type: Feature Request
0

How to reproduce :

- Create a dropdown button with some items

- Open it with your mouse

 

What happens :

The first button is automatically focussed. Even with mouse use.

 

Feature request :

Allow to focus on nothing if you use the mouse.

Or allow to select the default focussed item with an input of DropdownButton component. It could accepts no default focus.

Unplanned
Last Updated: 03 May 2023 07:47 by ADMIN
I didn't find any possibility in the documentation to manage the KendoDropDownButton popup state with anchorViewportLeave event.