Form コンポーネント デモ
src/components/Form に用意されているコンポーネントの見た目と挙動を確認できます。
現在の値
{
"text": "",
"password": "",
"description": "",
"date": "",
"time": "",
"datetime": "",
"radio": "A",
"radioStandard": "A",
"checkGroupRounded": [
"apple"
],
"checkGroupStandard": [
"apple"
],
"checkGroupBookmark": [
"apple"
],
"checkGroupCheckbox": [
"apple"
],
"select": "",
"multiSelect": [],
"number": 0,
"switch": true,
"booleanCheckbox": false,
"file": null,
"stepperInput": {
"small": 5,
"medium": 10,
"large": 20
}
}送信結果
未送信