in ember view handlebars i can draw the text field as {{view Em.TextField}} but what is the way to draw the password input field?
For current versions of Ember:
{{input type="password"}}
Old answer, valid for pre-1.0 versions of Ember:
{{view Ember.TextField type="password"}}
All late, but for other people finding this answer, this works for newer ember versions:
{{input type="password"}}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With