You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,9 @@ For both date and time input:
71
71
| time-format |[moment.js compatible time format](https://momentjs.com/docs/#/displaying/format/) used for display in time and datetime input directives | 'HH : mm : ss' | no |
72
72
| min-date | moment.js datetime object min datetime | none | no |
73
73
| max-date | moment.js datetime object max datetime | none | no |
74
-
|hourStep| step size for hour input | 1 | no |
75
-
|minuteStep| step size for minute input | 1 | no |
76
-
|secondStep| step size for second input | 1 | no |
74
+
|hour-step| step size for hour input | 1 | no |
75
+
|minute-step| step size for minute input | 1 | no |
76
+
|second-step| step size for second input | 1 | no |
77
77
| placeholder | Placeholder is shown when input object is undefined | none | no |
78
78
| allowClear | Allow users to clear selected datetime value | false | no |
79
79
| clearText | Clear text shown in the button to clear date object | Clear | no |
0 commit comments