-
Notifications
You must be signed in to change notification settings - Fork 496
Form Builder
Travis Tidwell edited this page Sep 4, 2018
·
5 revisions
The Form Builder component is able to render a Form Builder into your application using the following syntax.
<form-builder [form]="{
components: []
}"></form-builder>This is able to render the following form builder into your application.
The following inputs are accepted.
| Name | Type | Description |
|---|---|---|
| form | Object | The default form object to start out with in the form builder interface. |
| options | FormioOptions | The Options that will be passed to the FormBuilder class in the core renderer. |
The following outputs are accepted.
| Name | Description |
|---|---|
| change | Tells you when the form builder values have changed. |
