Unplanned
Last Updated: 09 Jun 2020 14:05 by ADMIN
Created by: Justin
Comments: 0
Category: DropDownList
Type: Feature Request
8
It would be good to have an option for clear "X" or whatever on the DropDownList. This is already on the ComboBox but not on the DropDownList. I can see the argument that having a blank option as the first option in the popover would work but that requires the user to open the popover and click a blank entry and forces all lists to have a blank item. 

I'm currently getting around this by wrapping the kendo component in my own component and using css to put a clear button on the kendo control. However, there is no public access to the needed functions to clear the control and have the angular zone update when in an on push state (Not sure about normal change detection strategy but I only use on push so...). Right now I have to cast the component to type any and then use the private functions on the component. See below. Access to either the proper method to do what I'm doing or adding a native clear would be really great. Really for all controls. I would be happy with just the access to the proper functions as it allows me to customize when and how the clear shows. 

this is what I'm doing for now that gets what I want. 

        this.dropDownList.reset();
        const dropdown = this.dropDownList as any;
        dropdown.valueSubject.next(undefined);
Completed
Last Updated: 18 May 2021 14:33 by ADMIN
Created by: Jacky
Comments: 1
Category: DropDownList
Type: Feature Request
2
There's currently no way to change the style of a dropdown button to match the other "looks" of a regular buttons like "bare", "outline", and "flat".  It is important for a row of buttons to have the same look and feel.  Please add "look" property to dropdown buttons.
Completed
Last Updated: 18 May 2021 14:49 by ADMIN
Created by: Jörg
Comments: 0
Category: DropDownList
Type: Feature Request
1
The current design of the DropDownList is not in line with Bootstrap. The dark background is very "aggressive" and distracts the user in a large form.

The styling should match the bootstrap design (of course in the Bootstrap Theme) or there should be an option to switch between your current and the "official" bootstrap design. 
Completed
Last Updated: 17 Jul 2018 15:36 by ADMIN
Unplanned
Last Updated: 09 Jun 2020 14:04 by ADMIN
The current [maxlength] property just sets a control as Invalid if maxlength is exceeded.  But I'd prefer an option to just limit the number of characters the end user can enter, much like the maxlength property of <input>.  This should apply to all Kendo controls where user can type in text.
Declined
Last Updated: 18 May 2021 14:39 by ADMIN
Created by: Imported User
Comments: 2
Category: DropDownList
Type: Feature Request
7
the value should be selected only by direct click on the option in the popup or with the enter or the tab keyboard button.

e.g.

- I open the options popup, I navigate with arrows and select a value A with enter.
- I reopen the options popup, I navigate with arrows until value B and I close the popup clicking away from it (or pressing Esc)

The selected value should be A, but it's B because the valueChanged event is fired anyway on the popup closing
Completed
Last Updated: 16 Apr 2019 15:21 by ADMIN
Created by: Jörg
Comments: 1
Category: DropDownList
Type: Feature Request
20
The dropdowns should provide an easy way to have certain items in the list as inactive. The easiest way could be an attribute. In addition to [textField] and [valueField] an [inactiveField] could be added.

If the assigned data field is a boolean the item in the list can be either enabled or disabled.

Reason for this request is, that those value lists often are dynamic, meaning that an item in the list could be superseded by a new one. But the existing records in the database still could reference the older item, but new records should be prevented from selecting the new item.
Declined
Last Updated: 09 Jun 2020 13:56 by ADMIN
Created by: J
Comments: 1
Category: DropDownList
Type: Feature Request
2
I have a usecase where the initial selected item is no longer present in the choices.
With the current behavior, the initial value is not displayed and the dropdown is empty.
Would it be possible to display the initial value with a 'disabled' css class in the dropdown?

Same for multiselects, etc.
Unplanned
Last Updated: 23 Oct 2024 13:57 by ADMIN
Created by: Iqbal
Comments: 3
Category: DropDownList
Type: Feature Request
5
It would be nice to be able to set dropdown popup alignment position like, left, right, top, bottom for all dropdowns like, dropdown button, dropdown list, etc
Completed
Last Updated: 25 Feb 2019 12:49 by ADMIN
Created by: Enea
Comments: 5
Category: DropDownList
Type: Feature Request
11
It would be nice to be able to organize the content of dropdown list in categories, link car models organized by brand or cities organized by state or country.
Declined
Last Updated: 04 May 2023 06:11 by ADMIN
Created by: Denis Miorandi
Comments: 1
Category: DropDownList
Type: Feature Request
1
I was using angular-ui-select based on select2 in the past. Select2 has a nice feature that allow you to highlight search term in the combo items. could you add this?
Completed
Last Updated: 23 Sep 2019 08:01 by ADMIN
It takes lot of time for rending thousands of records from client side, some times browse gets crashed, causes performance issue. Virtualization support will help us to overcome this issue, as the same provided in Angular 1.x and Kendo MVC controls. Can you please provide virtualization support for Autocomplete & Multi Select controls.
Completed
Last Updated: 06 Jun 2019 14:38 by ADMIN
Created by: Hennie
Comments: 3
Category: DropDownList
Type: Feature Request
20
Please add the colour picker component as per current jQuery widget.
Completed
Last Updated: 09 Mar 2017 14:13 by Denis
Created by: Vassilis
Comments: 2
Category: DropDownList
Type: Feature Request
1
I don't see the promised datepicker control in the January 18 release. Am I missing something?
Completed
Last Updated: 18 Jan 2018 17:36 by ADMIN
Created by: SquadWuschel
Comments: 3
Category: DropDownList
Type: Feature Request
37
The normal DropDown with its feautures would allow do multiselect its items or if the standard Multiselect would allow to avoid the linebreaks. A possible solution would be to add only one label with the text of the selected Items and an ellipsis when there get selected too many items to show all text, then you show the text hole text in the tooltip.

https://github.com/telerik/kendo-angular2/issues/160
1 2