angular2-multiselect-dropdown
angular2-multiselect-dropdown copied to clipboard
I cannot use Add New Item in custom search
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 I also faced same issue. I am adding new items by pressing enter alongiwth search feature. Hope that helps.
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