- Allow specifyin a name to the
{{input}}helper. The provided name will be used as the name attribute in the generated<input>tag. - Use the property's name as the
<input>tagsnameattribute. - Allow the model specified to
{{form-for}}to be a regulare Javascript object ({}). - Change
EasyForm.ButtonandEasyForm.Submitto use the modelsisValidflag to enable/disable the button. - Change
EasyForm.ButtonandEasyForm.Submitto inherit fromEasyForm.BaseView. - Use the model passed to the
{{form-for}}helper as the scope for the properties provided to the{{input}}helper. This allows using something other than the controllersmodel/contentas a forms model.