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.
2 parents d1ff248 + cabeb5e commit 0ccb66dCopy full SHA for 0ccb66d
1 file changed
development/components/form/types-reference/date-picker.md
@@ -7,9 +7,11 @@ title: DatePickerType
7
DatePickerType creates a field with a date picker. It uses Javascript,
8
but doesn't require any specific components, as it's already enabled globally.
9
10
-## Custom options
+## Type options
11
12
-None.
+| Option | Type | Default value | Description | |
13
+|:--------|:------|:---------------------------------|:----------------------------------------------------------------------------------------------------|:---|
14
+| date_format | string | YYYY-MM-DD| Date format. Must be provided in javascript supported type. | |
15
16
## Required Javascript components
17
0 commit comments