Planet910

Results 3 issues of Planet910

I currently have this settings for my dropdown: ``` $scope.attachDropdownSettings = { enableSearch: true, showCheckAll: false, showUncheckAll: false, displayProp: 'name', scrollable: true, scrollableHeight: 250, idProperty: 'id', }; ``` I need...

In the example in the doc when you select an item from the dropdown the selected-model array is filled with the corresponding object inside the options array but when I...

I want to limit the tag creation for string with length < 2 but I always get this error: Uncaught TypeError: Cannot create property 'isTag' on string this is the...

needs: info