Wednesday, 7 August 2013

How do you make a hidden text field in emberjs?

How do you make a hidden text field in emberjs?

I would like to pass a parameter in with a form and want to have it stored
in a hidden field in the template. How is this done in emberjs? I see from
the docs here that you can do this:
{{view Ember.TextField valueBinding="firstName"}}
But how to make a hidden one? Or is a hidden textfield something that
should not be handled on the front end?

No comments:

Post a Comment