Type alias FormItemType

FormItemType: "text" | "password" | "text-area" | "number" | "date" | "toggle" | "header" | "header-compact" | "static" | "slider" | "checkbox" | "button" | "divider"

text - plain text input. Use textInputProps for advanced controls. password - secure text input. Use textInputProps for advanced controls. textarea - plain text input with multi line support. Use textInputProps for advanced controls. toggle - Toggle field header - Header with text and supported secondary text. This is for logical breaking up of form items. static - Static data to render (view only) slider - Slider bar to render checkbox - Checkbox to render. This can also be used as radio for checking proper items in the list. Use overrideActiveCheckboxIcon to override the icon button - Button to render. Supports icon via buttonIcon. divider - Empty space to divide form items.

Generated using TypeDoc