We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Selected multiple items

If i select the same item more times the control show the the item as the times i select it.

There's  a property to  avoid this behavior.

Best Regards
Alberto C.

1 Reply

HM Hemalatha Marikumar Syncfusion Team October 17, 2019 10:44 AM UTC

 
 
Hi Alberto,


Greetings from Syncfusion.


We would like to let you know that your requirement “Ignore the already selected item from the dropdown list” has been achieved using IsSelectedItemsVisibleInDropDown property in SfComboBox. Please download the prepared sample from the below link, 
 
 <combobox:SfComboBox MultiSelectMode="Token"  
                         AllowFiltering="True"  
                         IsSelectedItemsVisibleInDropDown="False"  
                         IsEditableMode="True"  
                         TokensWrapMode="Wrap"> 
        <combobox:SfComboBox.ComboBoxSource> 
            <ListCollection:List x:TypeArguments="x:String"> 
                ..... 
            </ListCollection:List> 
        </combobox:SfComboBox.ComboBoxSource> 
    </combobox:SfComboBox> 

Please let us know if you have any other concern.
 
 
Regards,
Hemalatha M. 
 


Loader.
Live Chat Icon For mobile
Up arrow icon