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 c983cda commit d06d3c1Copy full SHA for d06d3c1
README.md
@@ -75,6 +75,7 @@ For both date and time input:
75
| minuteStep | step size for minute input | 1 | no |
76
| secondStep | step size for second input | 1 | no |
77
| placeholder | Placeholder is shown when input object is undefined | none | no |
78
+| allowClear | Allow users to clear selected datetime value | false | no |
79
| clearText | Clear text shown in the button to clear date object | none | no |
80
| on-change | Handler function that is fired on change of datetime object | none | no |
81
| on-close | Handler function that is fired on close of the edit popover | none | no |
0 commit comments