The <ChangesetForm>
component binds an instance of ember-changeset
to a <form>
tag. This binding is achieved through the component's {{yield}}
, which is a hash of form controls that interface with the underlying changeset object.
Here's a list of yielded form components,
Hash Name | Component |
---|---|
Text |
<InputText> |
Textarea |
`` |