selectize-ng
selectize-ng copied to clipboard
Selectize directive for AngularJS with two-way bindings for both values and options
Hi guys, I have noticed the following error in the console: Error: data is undefined have traced it to the following bit of code in selectize-ng: ``` if (attrs.options) {...
Hi, How to disable search? or not to allow empty input? Best Regards HJ
Hi, Why did onChange function callback called twice? Best Regards H.J
If the value field is a numeric, the value returned in ngModel bound field is a string.
I have a project with selectize-ng menus. One one page, no issues. On another page, I'm getting this error (although the menu itself is working and populated): ``` TypeError: Cannot...
New to AngularJs, groping around with directives... I wonder if it's possible to add a set of default values to the selectize element, for example in the tagging mode? It's...
`onItemAdd` is called twice when the selection in the control is changed
How about to treat ng-disabled?