feat(DatetimePicker): add readonly prop (#7107)

This commit is contained in:
neverland
2020-09-05 06:59:02 +08:00
committed by GitHub
parent da193d0b71
commit 07f0b1b637
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -256,6 +256,7 @@ export default {
| cancel-button-text | Text of cancel button | _string_ | `Cancel` |
| show-toolbar | Whether to show toolbar | _boolean_ | `true` |
| loading | Whether to show loading prompt | _boolean_ | `false` |
| readonly `v2.10.5` | Whether to be readonly | _boolean_ | `false` |
| filter | Option filter | _(type, vals) => vals_ | - |
| formatter | Option text formatter | _(type, val) => val_ | - |
| columns-order `v2.9.2` | Array for ordering columns, where item can be set to<br> `year`, `month`, `day`, `hour` and `minute` | _string[]_ | - |