Experimental
Optional
Experimental
clearIf the value of this field should be cleared when it is conditionally hidden.
Optional
Experimental
conditionalDynamically determines if the component is visible/available.
Optional
Experimental
defaultThe default value of this compoennt.
Optional
Experimental
descriptionOptional
Experimental
errorsAllows customizable errors to be displayed for each component when an error occurs. This is an object with the following keys: required min max minLength maxLength invalid_email invalid_date pattern custom
An object (keys listed above), values are the strings you wish to display. Each string has the {{ field }} to use within the string. Example. {"required": "{{ field }} is required. Try again."}
Optional
Experimental
hiddenDetermines if the component should be within the form, but not visible. This can be overridden with the conditionals.
Experimental
idOptional
Experimental
isExperimental
keyThe data key for this component (how the data is stored in the database, referenced as API key in docs).
Experimental
labelThe HTML label to give this component.
Optional
Experimental
openOptional
Experimental
placeholderThe input placeholder for this component.
Optional
Experimental
registrationOptional
Experimental
showOptional
Experimental
showOptional
Experimental
showOptional
Experimental
tooltipOptional
Experimental
translatedExperimental
typeOptional
Experimental
validateOptional
Experimental
validateThis will perform the validation on either "change" or "blur" of the input element.
Experimental feature that could change.