Skip to content

Overview

Input Fields are input fields that collect data from users. A text field, an email field, or a radio group are examples of Input Fields.

Input Fields are defined by setting the kind property as input.

Use these properties to customize your Input Fields.

propertytypevalue
uidstringA unique id, if none provided, one will be generated automatically
kindstringMANDATORY All Input Fields are type input
widgetstringMANDATORY The Input Field widget that you want to use (for example: textinput)
pathstringMANDATORY A . separated string with the data path (for example: user.firstName)
labelstringA string to display the Input Field label
propsobjectAn object with custom properties defined by each Input Field, check the documentation of each Input Field to know more