Form

You can find description of Form and its attributes.

The component represents a way to build user input and send these values to your backend.

The structured is represented below:

AttributeTypeRequiredDefinition
onSubmitList <Action>Array of actions that this button can trigger when a form is sent.
childServerDrivenComponentDefines the visual components list (server-driven).
groupStringOnly used to forms with multiple pages, which is an identifier to manipulate data.
additionalDataMap<String, String>Values without validation that the user doesn't insert.
shouldStoreFieldsBooleanIndicates if must save theadditionalData.

Last modified March 5, 2021: fix: change table docs (#385) (ea0ea742)