angular2-multiselect-dropdown
angular2-multiselect-dropdown copied to clipboard
singleSelection & groupBy
Hi there,
thanks for fixing #401 . Unfortunately, I still have this selector without any data as described in my first post. Could you give me a hint what I'm doing wrong?
I've updated to: "angular2-multiselect-dropdown": "^4.6.2".
My configuration: SINGLE_CATEGORY_TOP: { text: 'Please select', singleSelection: true, enableSearchFilter: true, groupBy: 'category', position: 'top', },
Cheers!