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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ Displays an input field complete with custom inputs, native input, a calendar, a
120
120
| onClockClose | Function called when the clock closes. | n/a |`() => alert('Clock closed')`|
121
121
| onClockOpen | Function called when the clock opens. | n/a |`() => alert('Clock opened')`|
122
122
| openWidgetsOnFocus | Whether to open the widgets on input focus. |`true`|`false`|
123
+
| portalContainer | Element to render the widgets in using portal. | n/a |`document.getElementById('my-div')`|
123
124
| returnValue | Which dates shall be passed by the calendar to the onChange function and onClick{Period} functions. Can be `"start"`, `"end"` or `"range"`. The latter will cause an array with start and end values to be passed. |` "start"`|`"range"`|
124
125
| required | Whether datetime input should be required. |`false`|`true`|
125
126
| secondAriaLabel |`aria-label` for the second input. | n/a |`"Second"`|
0 commit comments