UNPKG

terra-form

Version:
10 lines 649 B
## Fieldset Props Table | Prop Name | Type | Is Required | Default Value | Description | |-|-|-|-|-| | children| `node`| optional| `null`| Children the Field contains.| | error| `node`| optional| `null`| Error message for when the input is invalid.| | help| `node`| optional| `null`| Help element to display with the input.| | isInline| `bool`| optional| `false`| Determines whether the fieldset is an inline fieldset.| | legend| `string`| optional| `null`| Legend for the input group.| | legendAttrs| `object`| optional| `{}`| Attributes to attach to the legend.| | required| `bool`| optional| `false`| Determines whether the fieldset is required.|