Type Alias: InputLabelProps
InputLabelProps =
object
Defined in: lib/base/InputLabel.tsx:13
Props for the InputLabel component.
Properties
label
label:
string
Defined in: lib/base/InputLabel.tsx:15
The text label to display
labelAppend?
optionallabelAppend:ReactNode
Defined in: lib/base/InputLabel.tsx:19
Additional content to append after the label
labelClassName?
optionallabelClassName:string
Defined in: lib/base/InputLabel.tsx:17
Additional CSS classes for the label
mandatory?
optionalmandatory:boolean
Defined in: lib/base/InputLabel.tsx:23
Whether the field is mandatory
mode?
optionalmode:fieldDisplayMode
Defined in: lib/base/InputLabel.tsx:21
The display mode of the label
sideValue?
optionalsideValue:boolean
Defined in: lib/base/InputLabel.tsx:25
Whether to display the label on the side