You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
<ui-selectmultipletheme="select2"class="{{multiSelect.className}}"ng-model="multiSelect.ngModel"ng-disabled="disabled"on-select="multiSelect.selectModel()"on-remove="multiSelect.handleRemove()"focus-on="{{multiSelect.focusOn}}"><ui-select-matchplaceholder="{{multiSelect.placeHolder}}">{{$item.label||$item.name}}</ui-select-match><ui-select-choicesrepeat="item.key as (key, item) in multiSelect.items | filter:$select.search">{{item.label||item.name}}</ui-select-choices></ui-select>
I get the following errors:
TypeError: $select.refreshItems is not a function
TypeError: Cannot convert undefined or null to object
Ok after investigating a bit I think you have a problem with angular 1.4.2, perhaps ngRepeat implementation changed
Because when modifying the angular version in the plunker for key value binding (http://plnkr.co/edit/9DsLidTZR7RJDEq6PW0H?p=preview)
It doesn't work
When trying this template:
I get the following errors:
TypeError: $select.refreshItems is not a function
TypeError: Cannot convert undefined or null to object
The only documentation I am trying to follow are these examples, which are for single selection:
http://plnkr.co/edit/9DsLidTZR7RJDEq6PW0H?p=preview
My object looks like this:
Help please,
Thanks
The text was updated successfully, but these errors were encountered: