|
@@ -141,7 +141,9 @@ Can pick an arbitrary time range.
|
|
### Attributes
|
|
### Attributes
|
|
| Attribute | Description | Type | Accepted Values | Default |
|
|
| Attribute | Description | Type | Accepted Values | Default |
|
|
|---------- |-------------- |---------- |-------------------------------- |-------- |
|
|
|---------- |-------------- |---------- |-------------------------------- |-------- |
|
|
-| readonly | if the picker is read only | boolean | — | false |
|
|
|
|
|
|
+| readonly | read only | boolean | — | false |
|
|
|
|
+| disabled | disabled | boolean | - | false |
|
|
|
|
+| editable | editable | boolean | - | true |
|
|
| placeholder | placeholder | string | — | — |
|
|
| placeholder | placeholder | string | — | — |
|
|
| format | format of the picker | string | hour `HH`, minute `mm`, second `ss` | HH:mm:ss |
|
|
| 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 |
|
|
| value | value of the picker | date for Time Picker, and string for Time Select | hour `HH`, minute `mm`, second `ss` | HH:mm:ss |
|