We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac91993 commit 4ea54abCopy full SHA for 4ea54ab
README.md
@@ -67,6 +67,9 @@ For both date and time input:
67
| time | moment.js datetime object or a datetime string | none | no |
68
| datetime | moment.js datetime object or a datetime string | none | no |
69
| 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 |
73
| placeholder | Placeholder is shown when input object is undefined | none | no |
74
| on-change | Handler function that is fired on change of datetime object | none | no |
75
| css-class | custom css class name for datetime presentation | predefined | no |
0 commit comments