angular-selectize icon indicating copy to clipboard operation
angular-selectize copied to clipboard

angular-selectize

Results 72 angular-selectize issues
Sort by recently updated
recently updated
newest added

I have an issue with setting up the default value of selectize. After I tried your the angular-selectize(plunkr example) code works but not in v3.0.1.

hi, i've assigned to the onChange event a call to a restangular call, but after the response, the dropdown re-open and remain opened

Hi, it seems that if the user enters a key = 'hasOwnProperty' your code brakes. It replace the js hasOwnProperty function that runs within the same loop. From your code:...

The overrided function to support empty array is bugged. If the value is NOT an array or string but a number, the function return true, but ... it's not empty...

This wrapper takes either the value of the `options` attribute, or the `options` configuration (or the ngModel options otherwise) and adds them to Selectize via the `addOption()` API. This is...

I have a selectize component with the required attribute set. This means isEmpty is called on validation to check whether the model has a value or not. If the model...

There are all sorts of things not desirable the way the HTML is generated with respect to the how it generates the element. - Placeholders are chopped off when I...

Hi Current version is 3,211 bytes there is no .min.js Thanks

using the getterSetter option in ngModelOptions does not work. Specifically, the initial model value is not reflected in the selectize element.