there’s a way to add everytime a first “Select…” item to Ember.Select who have the selectBinding loaded from a model?
I mean… I would like to have a select where the first will be a Select… and te other s will be loaded from a model.
Thanks
there’s a way to add everytime a first “Select…” item to Ember.Select who have the selectBinding loaded from a model?
I mean… I would like to have a select where the first will be a Select… and te other s will be loaded from a model.
Thanks
Ah, ok, SOLVED…
I just discover there’s a prompt property for Ember.Select
{{view Ember.Select prompt="Select..."}}
so nice