Formio.Builder
method, which is defined as follows.Formio.builder(element, [form], [options])
Formio.Builder
method returns a promise that will resolve with the Form Builder instance, which can be used as follows.Formio.Builder
method like the following illustrates.['firstName', 'lastName']
false
for the value of that component.builder
as the following illustrates.schema
property of that component, which means that as the user drags-and-drops the field on to the form builder, this is the schema that will be used to default that field on the form. The following configuration produces the following form builder.editForm
property of that component. This property is a function that accepts other overrides and then returns the Form.io Form of that component edit form. As an example, the following will change the Text Fields edit form to ONLY contain the label.