IDataFormFieldProps
@spartanfx/react / index / IDataFormFieldProps
Interface: IDataFormFieldProps<TValue>
Type Parameters
TValue
TValue extends DataFormValues = DataFormValues
Properties
| Property | Type |
|---|---|
className? | string |
controlProps? | Record<string, unknown> |
dateTimePickerProps? | IDataFormDateTimePickerProps |
dependencies? | unknown[] |
description? | string |
disabled? | boolean |
fieldName | string |
label? | string |
labelStyle? | "none" | "inline" | "normal" | "invisible" |
onChange? | (newValue, oldValue?) => void |
onRenderControl? | (props) => ReactElement |
onRenderTooltipContent? | () => ReactElement |
placeholder? | string |
readonly? | boolean |
rendererKey? | string |
required? | boolean |