Declined
Last Updated: 04 May 2023 06:24 by ADMIN
Created by: dinesh
Comments: 1
Category: MultiSelect
Type: Feature Request
1
We need single tagmode option for multiselect dropdown property in Angualr 2
Unplanned
Last Updated: 16 Mar 2023 07:58 by Marc

Use the basic usage example from https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/

Click in the area next to the baseball chip.

The list with available objects pops up.

Click in the place where the cursor is, the popup won't close.

Click in the right half of the component, the popup closes.

 

It seems it's the input element which swallows the click event.

I would expect the popup to be closed, no mather where I click in the component

Completed
Last Updated: 23 Feb 2023 11:08 by ADMIN
Created by: chirag
Comments: 2
Category: MultiSelect
Type: Bug Report
0

Hi Team

we were using Multiselect with version of dropdown "@progress/kendo-angular-dropdowns": "5.3.0",

 but now that we have updated the kendo dropdowns version "@progress/kendo-angular-dropdowns": "7.0.2"

CSS of our multiselect is messed up now can you suggest a way to keep our old CSS working as everything was coming from KendoDropdown

as now I can see <li> tag is converted to <div> for each item selected and there is a new class k-chip introduced .

This has been breaking our production please help us in going forward.

 

Completed
Last Updated: 23 Feb 2023 10:27 by ADMIN

Hi,

When "popupSettings.appendTo" is set to 'component' then the value binding is broken and the "valueChange" event is not triggered.  It is not possible to select an item and the underlaying model is not updated.

Issue can be reproduced in this StackBlitz: https://stackblitz.com/edit/angular-f76kqf?file=src/app/app.component.ts

Regards

Holger

Unplanned
Last Updated: 22 Dec 2022 08:17 by Mauro
Created by: Mauro
Comments: 0
Category: MultiSelect
Type: Feature Request
1

Currently, when the data of the MultiSelect is grouped, checkboxes are disabled.

You can still use MultiSelectTree instead, however, it doesn't look the same (mainly because its hierarchical and doesn't have group headers).

Declined
Last Updated: 08 Nov 2022 13:48 by ADMIN
Please add an optional dropdown "arrow" icon to the <multiselect> component and have it behave similarly to the <dropdown> component.
Completed
Last Updated: 03 Jun 2022 10:20 by ADMIN
Created by: Andrew
Comments: 1
Category: MultiSelect
Type: Bug Report
1

On the DropDownList Grouping page and the MultiSelect Groping page, the first label (Meat) does not show in IE 11.

Declined
Last Updated: 25 May 2022 20:24 by ADMIN
Created by: Simon
Comments: 1
Category: MultiSelect
Type: Bug Report
0

Hi,

We would like to use the MultiSelect-Control in combination with kendoDropDownFilter and autoClose set to false. 

Now when we start typing and hit enter to select a value the filtering text is not cleared and the control is a faulty state.

StackBlitz: https://stackblitz.com/edit/angular-rc2kef?file=src%2Fapp%2Fapp.component.ts

 

Duplicated
Last Updated: 31 Jan 2022 06:39 by ADMIN
Created by: Mauro
Comments: 0
Category: MultiSelect
Type: Feature Request
0
In reference to https://www.telerik.com/account/support-center/view-ticket/1549472

Summary tag in Multiselect should have a unique, identifiable class or an option to add a class so it can be styled differently from the rest of the tags.
Unplanned
Last Updated: 26 Jan 2022 11:46 by ADMIN
Created by: Mauro
Comments: 0
Category: MultiSelect
Type: Feature Request
1
Currently, there is no way to style summary tag differently. The GroupTagTemplate only applies to the text inside it.

Multiselect has no class/style property to provide anything. Adding a different class to the Summary tag button can help the users modify it.
Unplanned
Last Updated: 24 Jan 2022 13:09 by ADMIN

Currently, the MultiSelect component indicates an item is selected with a dedicated CSS class - k-selected. This CSS class styles the item so that the whole row in the MultiSelect popup appears selected.

However, if checkbox selection is enabled, the k-selected class no longer appears - the only indication that an item is selected, remains the checkbox.

This request calls for an option to have both types of indication available and independently configurable.

Providing data for an item's selected state for use in a custom template is also desirable.

Unplanned
Last Updated: 10 Dec 2021 09:36 by ADMIN
Created by: Michal
Comments: 3
Category: MultiSelect
Type: Feature Request
1

is it possible to add aria-label to kendo-multiselect? ( and it should be multiselect responsibility to propagate it to internal input )

 

Duplicated
Last Updated: 16 Sep 2021 11:44 by ADMIN
Created by: Kyle
Comments: 1
Category: MultiSelect
Type: Feature Request
1
  • My project requires that the multiselect control doesn't wrap to the next line.
  • We'd like to make use of the summary tag so that line-wrapping does not occur.
  • We also don't know what the width is going to be, so we can't accurately calculate how many tabs would be able to fit ( for using the existing tagMapper functionality)
  • It would be nice if there was a setting to use the summary tag as soon as a linewrap is going to happen.

 

  • So for example, instead of seeing this when we add too many items:

  • We see this:

  • but if the field ends up wider and therefore doesn't have to wrap, we see all the tags:

 

Unplanned
Last Updated: 04 Aug 2021 09:05 by ADMIN
Created by: Musashi
Comments: 1
Category: MultiSelect
Type: Feature Request
1

Currently, given a multiselect with some data and allowCustom = true, if the user types "sm" and hits Enter, the control finds the first item in data that starts with "sm" and automatically selects that.

Repro: https://stackblitz.com/edit/angular-buffxv?file=app/app.component.ts

  1. Type "sm" in the MultiSelect and hit Enter
  2. "Small" is automatically selected, valueNormalizer is not hit at all

Looking at the code for the MultiSelect, the auto selection seems to happen because of findIndex(text, startsFrom = 0); the offending line: text && itemText.startsWith(text);

Ideally, the MultiSelect should give me a hook to determine what item is selected. Maybe hit valueNormalizer on Enter

Unplanned
Last Updated: 27 Jul 2021 14:08 by ADMIN
Currently keyboard navigation in Multiselect is a bit limited in comparison to the same functionality in Multiselect in Kendo UI for jQuery. 

It would be great if the shortcuts in Multiselect in Kendo for Angular matched shortcuts in Multiselect in Kendo UI for jQuery.
Unplanned
Last Updated: 27 Jul 2021 12:14 by ADMIN

Hi I want to change the order of the selected items in a multiselecte. I know we have sortable to drag and drop, but can we do that inside a multiselect?

 

When we choose several items from the dropdown in a multiselecte component, the order of the tags is the same with how we choose from the dropdown and we can not change the order. Is there a way to change the display order by drag and drop?

Unplanned
Last Updated: 13 Jul 2021 07:36 by ADMIN
Created by: Imported User
Comments: 0
Category: MultiSelect
Type: Feature Request
5
Add maxSelectedItems property to the Multiselect. 
Declined
Last Updated: 13 Jul 2021 06:09 by ADMIN
Created by: Kiran
Comments: 2
Category: MultiSelect
Type: Feature Request
0
I have multiselect components and i have to need auto suggestions list in my multiselect components how to achieved this functionality? Please Do Suggestions.
Duplicated
Last Updated: 12 Jul 2021 15:20 by ADMIN
Created by: Saop
Comments: 1
Category: MultiSelect
Type: Feature Request
3

Please provide option to set maximum selected items in multi-select.

Same as maxSelectedItems in jQuery version.

Declined
Last Updated: 22 Jun 2021 14:08 by ADMIN
Created by: Rasmus
Comments: 1
Category: MultiSelect
Type: Feature Request
1
I know this can be done with the change event but that is just a workaround. Would use this from UI for angular.
1 2