iStefo / ember-select-2

DEPRECATED IN FAVOR OF https://github.com/cibernox/ember-power-select
MIT License
144 stars 119 forks source link

Select2 4.0 #51

Open kevin-brown opened 9 years ago

kevin-brown commented 9 years ago

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.

iStefo commented 9 years ago

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.

drewcovi commented 9 years ago

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

kevin-brown commented 9 years ago

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?

erickguan commented 9 years ago

@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.

albertolobrano commented 9 years ago

@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 ?

erickguan commented 9 years ago

@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.

basz commented 9 years ago

Isn't Ember.Select suppost to be deprecated?

erickguan commented 9 years ago

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

phammer commented 8 years ago

@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.