We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc9f55 commit b389162Copy full SHA for b389162
packages/react-vant/src/components/datetime-picker/README.md
@@ -75,7 +75,7 @@ DatetimePicker 通过 type 属性来定义需要选择的时间类型,type 为
75
| type | 时间类型,可选值为 `date` `time` <br> `year-month` `month-day` `datehour` | _string_ | `datetime` |
76
| title | 顶部栏标题 | _ReactNode_ | `''` |
77
| confirmButtonText | 确认按钮文字 | _ReactNode_ | `确认` |
78
-| cancelButtonText | 取消按钮文字 | _string_ | `取消` |
+| cancelButtonText | 取消按钮文字 | _ReactNode_ | `取消` |
79
| showToolbar | 是否显示顶部栏 | _boolean_ | `true` |
80
| loading | 是否显示加载状态 | _boolean_ | `false` |
81
| readOnly | 是否为只读状态,只读状态下无法切换选项 | _boolean_ | `false` |
0 commit comments