Skip to content

Commit ffe5aba

Browse files
authored
Update README.md
1 parent 9320a1f commit ffe5aba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@ For both date and time input:
7474
| hour-step | step size for hour input | 1 | no |
7575
| minute-step | step size for minute input | 1 | no |
7676
| second-step | step size for second input | 1 | no |
77-
| placeholder | Placeholder is shown when input object is undefined | none | no |
78-
| allow-clear | Allow users to clear selected datetime value | false | no |
79-
| clear-text | Clear text shown in the button to clear date object | Clear | no |
8077
| on-change | Handler function that is fired on change of datetime object | none | no |
8178
| on-close | Handler function that is fired on close of the edit popover | none | no |
79+
| placeholder | Placeholder is shown when input object is undefined | none | no |
80+
| allow-clear | Allow users to clear selected datetime value | false | no |
81+
| clear-text | Clear text shown in the button used to clear date object | Clear | no |
82+
| close-text | Close text shown in the button used to close edit popover | Close | no |
8283
| css-class | custom css class name for datetime presentation | none | no |
8384

8485
## Datetime range

0 commit comments

Comments
 (0)