errorMessage
Description
The fieldset error message to use.
Type
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortalLeave Yamada UI a star
StarFieldset is a component used to group elements such as legends, helper messages, and error messages in a fieldset element.
Description
The fieldset error message to use.
Type
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortalDescription
Props the error message component.
Type
ErrorMessagePropsDescription
The fieldset helper message to use.
Type
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortalDescription
Props the helper message component.
Type
HelperMessagePropsDescription
If true, the fieldset will be invalid.
Type
booleanDefault
falseDescription
If true, the fieldset will be disabled.
Deprecated
Use disabled instead.
Type
booleanDefault
falseDescription
If true, the fieldset will be invalid.
Deprecated
Use invalid instead.
Type
booleanDefault
falseDescription
If true, the fieldset will be readonly.
Deprecated
Use readOnly instead.
Type
booleanDefault
falseDescription
If true, switch between helper message and error message using isInvalid.
Deprecated
Use replace instead.
Type
booleanDefault
trueDeprecated
Use required instead.
Type
booleanDescription
The fieldset legend to use.
Type
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortalDescription
Props the label component.
Type
LegendPropsType
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortalDescription
If true, the fieldset will be readonly.
Type
booleanDefault
falseDescription
If true, switch between helper message and error message using isInvalid.
Type
booleanDefault
trueType
booleanType
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortalDeprecated
Use required instead.
Type
booleanType
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortalType
booleanType
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortalEdit this page on GitHub