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.
2 parents 9fb66b0 + 4ea54ab commit 5156e87Copy full SHA for 5156e87
README.md
@@ -69,6 +69,9 @@ For both date and time input:
69
| format | moment.js compatible date/time format | none | no |
70
| min-date | moment.js datetime object min datetime | none | no |
71
| max-date | moment.js datetime object max datetime | none | no |
72
+| hourStep | step size for hour input | 1 | no |
73
+| minuteStep | step size for minute input | 1 | no |
74
+| secondStep | step size for second input | 1 | no |
75
| placeholder | Placeholder is shown when input object is undefined | none | no |
76
| on-change | Handler function that is fired on change of datetime object | none | no |
77
| css-class | custom css class name for datetime presentation | predefined | no |
0 commit comments