This is a migrated thread and some comments may be shown as answers.

Allow Duplicate Items

1 Answer 399 Views
MultiSelect
This is a migrated thread and some comments may be shown as answers.
Ken
Top achievements
Rank 1
Ken asked on 31 Dec 2014, 06:49 PM
Is it possible to allow duplicate items in a Multi Select?   If it is not, will that feature be included?  

Here is my use case.

I want to create a Route of Flight option that will allow people to select airports they have been to on a trip.  They can visit the same airport multiple time on the same trip.

The following is a valid route of flight:

AUS, HYI, AUS, T74, AUS

Out of the box, once the user selects AUS the first time, it is no longer an option.

Any suggestions on how to make this work?

Thanks
Fayaz Ahamed
Top achievements
Rank 1
commented on 07 Jul 2023, 12:01 PM

Is there any other possible way where in multi select we can allow duplicate on kendo react !?
Konstantin Dikov
Telerik team
commented on 11 Jul 2023, 08:19 AM

Hi Fayaz,

The KendoReact MultiSelect does not support selecting the same item multiple times. For such scenario we would recommend using DropDownList or ComboBox and add each of the selected items in external collection that can be displayed outside of the components.

For your convenience, I have created an example that combines DropDownList with ChipList:

Hope this helps.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 02 Jan 2015, 11:26 AM
Hi,

No, the Kendo UI multiselect won't allow you to select the same item multiple times. The multiselect uses under the hood a <select multiple> which also doesn't allow selecting the same item multiple times. A possible solution is to have two items e.g. AUS (departure) and AUS (arrival).

You may consider opening a new feature request in our feedback portal. This will allow us to track the user interest in this feature and prioritise accordingly.

Regards,
Atanas Korchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
MultiSelect
Asked by
Ken
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or