Fieldset
<ns-fieldset>
Deprecated Overview
Fieldset is used to group related inputters.
✨ This is an auto-generated AI summary of the ns-fieldset's documentation. It may not be accurate. ✨
Use the ns-fieldset
component instead of the usual HTML fieldset. The ns-fieldset
extends the layout for the ns-form
.
Examples
Guidance
Implementation
Placement
The ns-fieldset
component can only be used as a child of the <ns-form>
element.
Specification
Attributes
legend
- Property
legend
- Description
- The legend of the form group and needs to be related to the group of form inputs the form group wraps.
- Type
string
- Default
type
- Property
type
- Type
string
- Default
standard
Slots
Slot | Permitted tags | Description |
---|---|---|
Anonymous slot | <ns-inputter> <ns-datepicker> <ns-appointment-picker> <nsx-address-selector> <ns-password> | The anonymous slot for the group of the related form inputs. |
Last updated: