Skip to content

Commit 4ea54ab

Browse files
authored
Update README.md
1 parent ac91993 commit 4ea54ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ For both date and time input:
6767
| time | moment.js datetime object or a datetime string | none | no |
6868
| datetime | moment.js datetime object or a datetime string | none | no |
6969
| format | moment.js compatible date/time format | none | no |
70+
| hourStep | step size for hour input | 1 | no |
71+
| minuteStep | step size for minute input | 1 | no |
72+
| secondStep | step size for second input | 1 | no |
7073
| placeholder | Placeholder is shown when input object is undefined | none | no |
7174
| on-change | Handler function that is fired on change of datetime object | none | no |
7275
| css-class | custom css class name for datetime presentation | predefined | no |

0 commit comments

Comments
 (0)