FormGroup
Component | Source Code
extends ComponentPropsWithRef<“fieldset”>
Props Inheritance Hierarchy: ComponentPropsWithRef<“fieldset”>
A light wrapper around a fieldset. Used to group related form controls and inputs together.
Properties
Section titled “Properties”error?: string
Section titled “error?: string”info?: string
Section titled “info?: string”inlineItems?: boolean
Section titled “inlineItems?: boolean”(Optional, defaults to false) Whether the items in the group should be inline.
If this is false, each item in the group will be on its own line.