Documentation / @zerotal/flow-ui / index / FieldProps
Interface: FieldProps
Defined in: flow-ui/src/components/Field.tsx:22
Indexable
[
key:string]:unknown
Properties
label?
optionallabel?:unknown
Defined in: flow-ui/src/components/Field.tsx:23
description?
optionaldescription?:unknown
Defined in: flow-ui/src/components/Field.tsx:25
Helper text under the label, before the control.
error?
optionalerror?:unknown
Defined in: flow-ui/src/components/Field.tsx:27
Validation message. Its presence is what marks the field invalid.
required?
optionalrequired?:boolean
Defined in: flow-ui/src/components/Field.tsx:29
Show the required marker and set aria-required on the control.
id?
optionalid?:string
Defined in: flow-ui/src/components/Field.tsx:31
Explicit id for the control. Generated when omitted.
orientation?
optionalorientation?:"horizontal"|"vertical"
Defined in: flow-ui/src/components/Field.tsx:33
Lay the label beside the control instead of above it.
class?
optionalclass?:string
Defined in: flow-ui/src/components/Field.tsx:34
children?
optionalchildren?:unknown
Defined in: flow-ui/src/components/Field.tsx:35