meteor-select2 icon indicating copy to clipboard operation
meteor-select2 copied to clipboard

Select2 bindings to meteor

Results 11 meteor-select2 issues
Sort by recently updated
recently updated
newest added

I'm utilizing the following select in the `recipe` template (data is dummy data for testing): ``` Canada USA Mexico ``` I am using the following code to attempt to initialize...

Has anyone managed to load a language file ? I tried to add the language file in my client/lib directory but it doesn't work...

Hi, We are trying to use select2 with reactivity. however, although we are using publish and subscribe, the reactivity is not working. but the way the select2 is loading well...

As described here: [https://select2.github.io/examples.html#matcher](https://select2.github.io/examples.html#matcher) Requires full version of Select2.

Hi, "allowClear" option is not working in my underconstruction new meteor 1.3 app. The rest of options I am using such as "multiple" works as expected. Also the "search" box...

I got this error . Uncaught TypeError: $(...).select2 is not a function. My Package List Order : meteor-platform insecure iron:router useraccounts:materialize accounts-password froala:editor-reactive rubaxa:sortable miro:preloader msavin:mongol materialize:materialize@=0.97.0 jquery natestrauser:select2

I want to load remote data with iron-router. Could you help me?

It's not support maximumSelectionLength option? I use meteor-select2 and set maximumSelectionLength, but it's not useful