Valentin Carnaru
Results
1
issues of
Valentin Carnaru
I use angular selectize with these options: ``` $rootScope.mySelectize = { allowEmptyOption: true, valueField: 'id', labelField: 'label', searchField: ['label'], maxItems: 1 }; ``` and in view: ``` ``` Problem: when...