ngx-select-dropdown
ngx-select-dropdown copied to clipboard
Custom Dropdown for Angular 4+ with multiple and single selection options
When i select one checkbox, options are loaded in dropdwon, and all are selected also but when i select one more checkbox, more options arw loaded but these option are...
i have list of checkboxes based on that i am loading the option in ngx-select dropdown, when i do click on selectAll in dropdown, its works as expected but when...
ngModel value is set to "" or null Still in dropdown shows the previously selected value
ngModel value is set to empty array '[]' even when the mutliple flag is set to false. I am trying to use this library for a very simple use case...