A form field describes a type of input, i.e. text input, number input etc.
Included are:
You can add your own form field by extending AbstractFormField and implementing an associated FormFieldManager<CustomFormField>.
AbstractFormField
FormFieldManager<CustomFormField>
A form field describes a type of input, i.e. text input, number input etc.
Included are:
You can add your own form field by extending
AbstractFormField
and implementing an associatedFormFieldManager<CustomFormField>
.