|
@@ -149,7 +149,6 @@ Can pick an arbitrary time range.
|
|
|
| clearable | Whether to show clear button | boolean | — | true |
|
|
|
| size | size of Input | string | large/small/mini | — |
|
|
|
| placeholder | placeholder | string | — | — |
|
|
|
-| format | format of the picker | string | hour `HH`, minute `mm`, second `ss` | HH:mm:ss |
|
|
|
| value | value of the picker | date for Time Picker, and string for Time Select | hour `HH`, minute `mm`, second `ss` | HH:mm:ss |
|
|
|
| align | alignment | left/center/right | left |
|
|
|
| popper-class | custom class name for TimePicker's dropdown | string | — | — |
|
|
@@ -168,6 +167,7 @@ Can pick an arbitrary time range.
|
|
|
| Attribute | Description | Type | Accepted Values | Default |
|
|
|
|---------- |-------------- |---------- |-------------------------------- |-------- |
|
|
|
| selectableRange | available time range, e.g.`'18:30:00 - 20:30:00'`or`['09:30:00 - 12:00:00', '14:30:00 - 18:30:00']` | string/array | — | — |
|
|
|
+| format | format of the picker | string | hour `HH`, minute `mm`, second `ss` | HH:mm:ss |
|
|
|
|
|
|
|
|
|
### Events
|