Time Picker #
Examples #
Default #
19:57:18
Framed #
19:57:18
Controlling the count of displayed cells #
For the better view need to set odd numbers
19:57:18
Readonly and disabled #
AM PM #
You can specify ampm
props if you want to use 12-hours clock format set as true or 24-hours clock set as false.
19:57:18
Period updates model value #
19:57:18
View #
You can specify if time picker needs to show seconds and minutes.
19:57:18
Hours | Minutes | Seconds |
00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
Filter #
You can hide specific time and user will not be able to select it.
19:57:18
Props #
Name | Description | Types | Default |
---|---|---|---|
ampm | Use 12-hours time format |
|
|
cellHeight | Height of the time cell |
|
|
disabled | Applies |
|
|
framed | Adds borders to center of the picker |
|
|
hoursFilter | Function that allows you to hide some specific hours |
| - |
minutesFilter | Function that allows you to hide some specific minutes |
| - |
modelValue | The value of the |
| - |
periodUpdatesModelValue | If user will change period it will automatically update model value. You can turn off it and am/pm switch will only change view. |
|
|
preset | Named preset combination of component props. |
| - |
readonly | Doesn't look disabled, but acts like one. Mostly useful for wrapper components. |
|
|
secondsFilter | Function that allows you to hide some specific seconds |
| - |
stateful | Add possibility to work with component without setting |
|
|
view | View specifying which columns will be shown |
|
|
visibleCellsCount | Count of time cells to display |
|
|
Events #
Name | Description |
---|---|
update:modelValue | The event is triggered when the component needs to change the model. Is also used by |
Css Variables #
Name | Default Value |
---|---|
--va-time-picker-display | inline-flex |
--va-time-picker-disabled-opacity | 0.4 |