Sorry but we cant use external api or solutions other than provide by Ember as per our company policy. Please tell the code or how can a Ember.select component b created in Ember 2.3 cli
You can get the full source for power select and there is currently no official way to do selects so if you need that then you’re out of luck at the moment.
Just a friendly tip, it’d be helpful if you were clearer initially and a bit more polite to people who have tried to help. Manners cost nothing but they are always appreciated.
Deepak_Negi_Sunny
March 11
Sorry but we cant use external api or solutions other than provide by Ember as per our company policy. Please tell the code or how can a Ember.select component b created in Ember 2.3 cli
It seems as if something did hurt you which I didn’t mean to u or anyone and u said truly manners cost nothing and so does observations. Again “plz” be very clear.
not sure to understand your question, with “rotate” you mean use different object properties for <option> value and inner text?
in that case, if you want one component to select all your objects you can mimic the old Ember.Select by creating a valuePath and descriptionPath, then your component will be able to work with any kind of objects.
But then you are replicating the work done by ember-power-select or emberx-select. If you can’t use any external library you are doomed to replicate a lot of already-done work