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

how to set focus on selectize input control on config? This work for me but is the way? ``` settings.onInitialize = function() { selectize = element[0].selectize; setSelectizeOptions(scope.options); if(scope.config.setFocus){ selectize.focus(); }...

Hi, When filtering the full drop-down items with a search query (e.g: typing the letter 'a'), I am trying to select all filtered items (using 'Shift' key). Problem is that...

It'll make it easier to find the repository from the npm package.

i have an [example](http://angular-formly.com/#/example/integrations/ui-select) which demonstrates the use of plugin `ui-select` with `angular-formly`. Any ideas on how to use `angular-selectize` with angular-formly?

See the https://github.com/selectize/selectize.js/blob/253e1dd936796d95487cbced32d4a05f2f3781c6/src/selectize.js#L16

Enables to add a clear-option="Any" to the directive. This will be appended as an option to the select, and when selected, it cleares the selectize element. Might be considered as...

Or programmatically changed options. Fixes issue #69. Also fixes #110... Demo at http://plnkr.co/edit/2352rt

Watch for changes to title and placeholder attrs and update the input element as needed. Fixes #51

Having a bit of trouble when the following conditions are present: 1) Have a pre-filled object; for example, if one were to make an 'Edit' form 2) Push the default...

I was trying to load optgroups asynchronously, but it seems doesn't work. Could anyone help me? Thanks in advance. Plunker: http://plnkr.co/edit/tqtbLT?p=preview