Pre-fill selectize menu?
问题 I have a selectize-ng menu: <input type="text" selectize="usersSelect.options" options="users" ng-model="users.selected" /> "users" is my array of objects. This menu works perfectly, I can select from the menu, type-ahead, and get tokenized names. My controller options are: $scope.usersSelect = { options: { valueField: 'full_name', labelField: 'full_name', searchField: ['full_name'], plugins: ['remove_button'] } }; Except now I have another array of 6 "full_name" strings I need to be IN the