Skip to main content
Version: 1.1.0

IDataFormFieldRendererProps

@spartanfx/react v1.1.0


@spartanfx/react / index / IDataFormFieldRendererProps

Interface: IDataFormFieldRendererProps<TValue>

Type Parameters

TValue

TValue extends DataFormValues = DataFormValues

Properties

PropertyType
contextIDataFormFieldRenderContext<TValue>
dataFormContextIDataFormContext<TValue>
describedBy?string
disabledboolean
errorMessagesstring[]
fieldIDataFormFieldInfo<TValue>
fieldNamestring
formStateKeystring
inputIdstring
onBlur() => void
onChange(value) => void
readonlyboolean
requiredboolean
valueunknown