Skip to main content
Version: 1.1.0

IDataFormFieldProps

@spartanfx/react v1.1.0


@spartanfx/react / index / IDataFormFieldProps

Interface: IDataFormFieldProps<TValue>

Type Parameters

TValue

TValue extends DataFormValues = DataFormValues

Properties

PropertyType
className?string
controlProps?Record<string, unknown>
dateTimePickerProps?IDataFormDateTimePickerProps
dependencies?unknown[]
description?string
disabled?boolean
fieldNamestring
label?string
labelStyle?"none" | "inline" | "normal" | "invisible"
onChange?(newValue, oldValue?) => void
onRenderControl?(props) => ReactElement
onRenderTooltipContent?() => ReactElement
placeholder?string
readonly?boolean
rendererKey?string
required?boolean