You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can somebody please explain how to use this plugin in a project using Select2 4.x?
I am trying to understand how to use the amd branch by reading the example code but I can't be sure about how to do it.
Is there any other file I need to use other than select2.multi-checkboxes.js? Where should I put dropdown.js, result.js and selection.js files and how should I import them in the project?
A short explanation can be a great help.
Thank you.
The text was updated successfully, but these errors were encountered:
Actually, I provided 2 examples. One for native AMD system (RequireJS) where sources are as they are and second simpler for Select2. Latter uses bundled sources to be easier to import to existing projects, but I forgot to try to create a third example where sources are not bundled and used by AMD loader from Select2. I'll check soon and create that example if it would work seamlessly. Probably the bundled one would be enough for you, so I will create a release with it.
Can somebody please explain how to use this plugin in a project using Select2 4.x?
I am trying to understand how to use the amd branch by reading the example code but I can't be sure about how to do it.
Is there any other file I need to use other than
select2.multi-checkboxes.js
? Where should I putdropdown.js
,result.js
andselection.js
files and how should I import them in the project?A short explanation can be a great help.
Thank you.
The text was updated successfully, but these errors were encountered: