The date format to use. If not specified, the date value will not be displayed as a text string and the user will not be able to enter a date by typing. For example: 'mm/dd/yyyy', or for a range: 'mm/dd/yyyy-mm/dd/yyyy'. This property should be used when in a Form.
"string"
Whether the calendar should always be shown or via a Drop when interacting with the input.
truefalse
Function that will be called when the user types or selects a date. The updated value will be available via 'event.value'.
({ value }) => {}