Composer
Renders a <DEditor />
component.
@height
Sets the height of the composer.
Example
<Form as |form|>
<form.Field @name="message" @title="Message" as |field|>
<field.Composer @height={{400}} />
</form.Field>
</Form>
Renders a <DEditor />
component.
Sets the height of the composer.
Example
<Form as |form|>
<form.Field @name="message" @title="Message" as |field|>
<field.Composer @height={{400}} />
</form.Field>
</Form>