I am looking for a simple way to set focus into a textfield or textarea. I prefer not to mix Jquery syntax with Ember syntax ... and I prefer not to create seperate views for each textfield or textarea in which I ever want to set the focus.
Any suggestions ?
My textArea field is simply:
{{view Ember.TextArea valueBinding="body" placeholder="body"}}
Thanks Marc