defaultValue
説明
The initial value of the Editable in both edit & preview mode.
タイプ
stringYamada UIにスターをあげる
スターEditableは、インラインで編集可能なテキスト入力を取得するために使用されるコンポーネントです。
説明
The initial value of the Editable in both edit & preview mode.
タイプ
string説明
If true, the form control will be disabled.
タイプ
booleanデフォルト
false説明
The border color when the input is invalid.
タイプ
"border" | "link" | BorderColor | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | ... 319 more ... | [...]説明
The border color when the input is focused.
タイプ
"border" | "link" | BorderColor | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | ... 319 more ... | [...]説明
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 read only view, has a tabIndex set to 0
so it can receive focus via the keyboard or click.
非推奨
Use previewFocusable instead.
タイプ
booleanデフォルト
true説明
If true, the form control will be readonly.
非推奨
Use readOnly instead.
タイプ
booleanデフォルト
false説明
If true, the form control will be required.
非推奨
Use required instead.
タイプ
booleanデフォルト
false説明
Callback invoked when user cancels input with the Esc key.
It provides the last confirmed value as argument.
タイプ
(preValue: string) => void説明
A callback invoked when user changes input.
タイプ
(value: string) => void説明
A callback invoked once the user enters edit mode.
タイプ
() => void説明
A callback invoked when user confirms value with enter key or by blurring input.
タイプ
(value: string) => void説明
The placeholder text when the value is empty.
タイプ
string説明
If true, the read only view, has a tabIndex set to 0
so it can receive focus via the keyboard or click.
タイプ
booleanデフォルト
true説明
If true, the form control will be readonly.
タイプ
booleanデフォルト
false説明
If true, the form control will be required.
タイプ
booleanデフォルト
false説明
If true, the input's text will be highlighted on focus.
タイプ
booleanデフォルト
true説明
If true, the Editable will start with edit mode by default.
タイプ
boolean説明
If true, it'll update the value onBlur and turn off the edit mode.
タイプ
booleanデフォルト
true説明
The value of the Editable in both edit & preview mode.
タイプ
string説明
The initial value of the Editable in both edit & preview mode.
タイプ
string説明
If true, the form control will be disabled.
タイプ
booleanデフォルト
false説明
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 read only view, has a tabIndex set to 0
so it can receive focus via the keyboard or click.
非推奨
Use previewFocusable instead.
タイプ
booleanデフォルト
true説明
If true, the form control will be readonly.
非推奨
Use readOnly instead.
タイプ
booleanデフォルト
false説明
If true, the form control will be required.
非推奨
Use required instead.
タイプ
booleanデフォルト
false説明
Callback invoked when user cancels input with the Esc key.
It provides the last confirmed value as argument.
タイプ
(preValue: string) => void説明
A callback invoked when user changes input.
タイプ
(value: string) => void説明
A callback invoked once the user enters edit mode.
タイプ
() => void説明
A callback invoked when user confirms value with enter key or by blurring input.
タイプ
(value: string) => void説明
The placeholder text when the value is empty.
タイプ
string説明
If true, the read only view, has a tabIndex set to 0
so it can receive focus via the keyboard or click.
タイプ
booleanデフォルト
true説明
If true, the form control will be readonly.
タイプ
booleanデフォルト
false説明
If true, the form control will be required.
タイプ
booleanデフォルト
false説明
If true, the input's text will be highlighted on focus.
タイプ
booleanデフォルト
true説明
If true, the Editable will start with edit mode by default.
タイプ
boolean説明
If true, it'll update the value onBlur and turn off the edit mode.
タイプ
booleanデフォルト
true説明
The value of the Editable in both edit & preview mode.
タイプ
stringGitHubでこのページを編集する