Is it possible to set the class of an input helper? Such as:
{{input class="form-input"}}
{{view Ember.Select class="form-input"}}
{{textarea class="form-input"}}
Is it possible to set the class of an input helper? Such as:
{{input class="form-input"}}
{{view Ember.Select class="form-input"}}
{{textarea class="form-input"}}
Is it possible to set the class of an input helper?
Yes.
I swear it didn’t work when I first tried it! Gremlins!