angular2-multiselect-dropdown
angular2-multiselect-dropdown copied to clipboard
cannot add new item when search filter partially matches any result
For example, if the data includes "result A" and "result B" and the current search filter is "result", the button to add a new item does not appear.
Here are my dropdown options:
{
singleSelection: true,
enableSearchFilter: true,
enableFilterSelectAll: false,
addNewItemOnFilter: true
}
Angular 10 angular2-multiselect-dropdown v4.6.9
I am also facing same issue.
Same issue with me. @CuppaLabs Please help!