angular-selectize
angular-selectize copied to clipboard
angular-selectize
https://www.npmjs.com/package/angular-selectize2 reports version 1.2.3. Please release an updated version for npm.
I am trying to select an item programatically using selectize.addItem method but it's not working. Here is the essence: ``` $scope.myOptions = [{value: '1', text: 'Jordy'}]; $scope.selectize; $scope.myConfig = {...
I have 2 selectize boxes . second one is dependent on first one. Step 1: I have selected option selectize 1 then calling API for options. attached those option to...
config: ``` javascript { ..., valueField: 'id', labelField: 'title', ... } ``` This config breaks the autocomplete (all the options disappear from the dropdown as soon as you type something)....
Is there any option to disable this feature. If not there should be option to restrict the Enter key to select the options . Whenever the Enter key is keyed...
Implementing a callback handler for on change event.
Is there a way to clear the selected values from dropdown??
I know this isn't a bug. Is there a similar wrapper for Angular 2.X?