Skip to main content

IDataFormFieldRendererProps

@spartanfx/react v1.2.2


@spartanfx/react / index / IDataFormFieldRendererProps

Interface: IDataFormFieldRendererProps<TValue>

Type Parameters

TValue

TValue extends DataFormValues = DataFormValues

Properties

Required

PropertyTypeDescription
contextIDataFormFieldRenderContext<TValue>-
dataFormContextIDataFormContext<TValue>-
disabledboolean-
errorMessagesstring[]-
fieldIDataFormFieldInfo<TValue>-
fieldNamestring-
formStateKeystring-
inputIdstring-
onBlur() => void-
onChange(value) => void-
readonlyboolean-
requiredboolean-
valueunknown-

Options

PropertyTypeDescription
describedBy?string-