We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271f770 commit 033c91fCopy full SHA for 033c91f
src/multiselect.js
@@ -36,6 +36,7 @@
36
37
$scope.searchFilter = '';
38
39
+ $scope.resolvedOptions = [];
40
if (typeof $scope.options !== 'function') {
41
$scope.resolvedOptions = $scope.options;
42
}
0 commit comments