angular2-multiselect-dropdown icon indicating copy to clipboard operation
angular2-multiselect-dropdown copied to clipboard

I cannot use Add New Item in custom search

Open HamzaSa54 opened this issue 5 years ago • 2 comments

Hello, I am using angular2 multiselect dropdown, I am using custom search for my list. I want to add a feature that allows users to add an item if it is not present in the list for that I have used addNewItem in settings but I don't see the add button when I enter values that are not present in the list

HamzaSa54 avatar Oct 21 '20 06:10 HamzaSa54

@HamzaSa54 I also faced same issue. I am adding new items by pressing enter alongiwth search feature. Hope that helps.

Basit-qc avatar Nov 09 '20 10:11 Basit-qc

I found that I needed to have enableFilterSelectAll set to true in order to see the Add button, even though my dropdown enforces single selection.

#535

lain-mack avatar Nov 18 '20 20:11 lain-mack