Skip to content

Commit 66e2243

Browse files
committed
[Reference][Forms] Fix options type for hours, minutes, seconds
1 parent 3227cf2 commit 66e2243

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
hours
22
~~~~~
33

4-
**type**: ``integer`` **default**: 0 to 23
4+
**type**: ``years`` **default**: 0 to 23
55

66
List of hours available to the hours field type. This option is only relevant
77
when the ``widget`` option is set to ``choice``.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
minutes
22
~~~~~~~
33

4-
**type**: ``integer`` **default**: 0 to 59
4+
**type**: ``array`` **default**: 0 to 59
55

66
List of minutes available to the minutes field type. This option is only
77
relevant when the ``widget`` option is set to ``choice``.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
seconds
22
~~~~~~~
33

4-
**type**: ``integer`` **default**: 0 to 59
4+
**type**: ``array`` **default**: 0 to 59
55

66
List of seconds available to the seconds field type. This option is only
77
relevant when the ``widget`` option is set to ``choice``.

0 commit comments

Comments
 (0)