@spartanfx/react v1.2.2
@spartanfx/react / index / IDataFormFieldProps
Interface: IDataFormFieldProps<TValue>
Type Parameters
TValue
TValue extends DataFormValues = DataFormValues
Properties
Required
| Property | Type | Description |
|---|
fieldName | string | - |
Options
| Property | Type | Description |
|---|
dependencies? | unknown[] | - |
description? | string | - |
disabled? | boolean | - |
label? | string | - |
labelStyle? | "none" | "inline" | "normal" | "invisible" | - |
placeholder? | string | - |
readonly? | boolean | - |
rendererKey? | string | - |
required? | boolean | - |
showClearButton? | boolean | Show a clear button that resets this field's linked formState value. |
Events & callbacks
| Property | Type | Description |
|---|
onChange? | (newValue, oldValue?) => void | - |
onRenderControl? | (props) => ReactElement | - |
onRenderTooltipContent? | () => ReactElement | - |
Appearance & theming
| Property | Type | Description |
|---|
className? | string | - |
Advanced & escape hatches