{{#validated-form model=(changeset model.user UserValidations) on-submit = (action "submit") submit-label = 'Save' as |f|}} {{#f.input name='height' label='height' as |fi|}}
Height in model: {{model.user.height}}
Height in changeset: {{f.model.height}}
Weight in model: {{model.user.weight}}
Weight in changeset: {{f.model.weight}}