ember-select-2 icon indicating copy to clipboard operation
ember-select-2 copied to clipboard

Select2 4.0

Open kevin-brown opened this issue 10 years ago • 9 comments

We're in the process of finalizing the 4.0 release and are aiming to have it done by the end of this month at the latest.

https://select2.github.io/

Since I'm not very familiar with this plugin, I can't really judge how easy it is going to be to migrate over to the new version.

kevin-brown avatar Jan 16 '15 04:01 kevin-brown

Thanks for letting me know! We probably won't make the jump to 4.0 until the next release. because I have very little time maintaining this project. But this will be on the roadmap for sure.

iStefo avatar Jan 19 '15 07:01 iStefo

Any ideas on when we can see this? Select2 4.0 looks pretty stellar.

drewcovi avatar Mar 12 '15 17:03 drewcovi

Supposedly this works as-is in AngularJS because Select2 4.0 interacts directly with the <select> element instead of requiring hacks with the <input /> element.

Has anyone tried it out without using ember-select-2 to see if this is the case for Ember as well?

kevin-brown avatar Mar 22 '15 14:03 kevin-brown

@kevin-brown I am experimenting select2 right now. Since select2 4.0 interacts with <select>, I am going to extend the Ember.Select. Releasing the code soon, hope it can be finally merged into master.

erickguan avatar Apr 01 '15 09:04 erickguan

@fantasticfears did you manage to run it ? i am getting this error all the time : Uncaught Error: Could not find module ./compat/inputData

does anyone knows how to solve it ?

albertolobrano avatar Apr 08 '15 14:04 albertolobrano

@albertolobrano Yes, the integration is fairly easy. But I dropped many custom binding built by @iStefo. I don't know whether it's a good thing.

I think @iStefo should decide what to do with the custom bindings. Since when following Ember.Select, many things have to change.

erickguan avatar Apr 08 '15 15:04 erickguan

Isn't Ember.Select suppost to be deprecated?

basz avatar Jun 25 '15 09:06 basz

@basz It's deprecated since 1.13. This can be helpful: http://emberjs.com/deprecations/v1.x/#toc_ember-select

erickguan avatar Jun 25 '15 10:06 erickguan

@iStefo : What's the plan with the upgrade or even more general with this project? Would be great to still have a simple select plugin for ember cli that is based on a solid ground like select2.

phammer avatar Apr 12 '16 21:04 phammer