- 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>
tagsname
attribute. - Allow the model specified to
{{form-for}}
to be a regulare Javascript object ({}
). - Change
EasyForm.Button
andEasyForm.Submit
to use the modelsisValid
flag to enable/disable the button. - Change
EasyForm.Button
andEasyForm.Submit
to 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
/content
as a forms model.