disabled
説明
If true, the form control will be disabled.
タイプ
booleanデフォルト
falseYamada UIにスターをあげる
スターFormControlは、フォーム要素に、ラベル、ヘルパーメッセージ、エラーメッセージなどをグループ化するために使用されるコンポーネントです。
説明
If true, the form control will be disabled.
タイプ
booleanデフォルト
false説明
The form control error message to use.
タイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal説明
Props the error message component.
タイプ
ErrorMessageProps説明
The form control helper message to use.
タイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal説明
Props the label component.
タイプ
HelperMessageProps説明
If true, the form control will be invalid.
タイプ
booleanデフォルト
false説明
If true, the form control will be disabled.
非推奨
Use disabled instead.
タイプ
booleanデフォルト
false説明
If true, the form control will be invalid.
非推奨
Use invalid instead.
タイプ
booleanデフォルト
false説明
If true, the form control will be readonly.
非推奨
Use readOnly instead.
タイプ
booleanデフォルト
false説明
If true, switch between helper message and error message using isInvalid.
非推奨
Use replace instead.
タイプ
booleanデフォルト
true説明
If true, the form control will be required.
非推奨
Use required instead.
タイプ
booleanデフォルト
false説明
The form control label to use.
タイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal説明
Props the label component.
タイプ
LabelPropsタイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal説明
If true, the form control will be readonly.
タイプ
booleanデフォルト
false説明
If true, switch between helper message and error message using isInvalid.
タイプ
booleanデフォルト
true説明
If true, the form control will be required.
タイプ
booleanデフォルト
falseタイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortal非推奨
Use required instead.
タイプ
booleanタイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortalタイプ
booleanタイプ
type ONLY_FOR_FORMAT =
| string
| number
| boolean
| ReactElement<any, string | JSXElementConstructor<any>>
| Iterable<ReactNode>
| ReactPortalGitHubでこのページを編集する