Skip to content

Commit c223388

Browse files
author
Cornelis G. A. Kolbach
committed
Update documentation.md
1 parent 9e60f24 commit c223388

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pat/datetime-picker/documentation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ The HTML5 attributes `min` and `max` will be honoured.
8383

8484
In addition, the following options can be passed to `data-pat-date-picker`:
8585

86-
| Property | Type | Default Value | Available values | Description |
87-
| --------------------------- | ------- | ------------- | ---------------- | -------------------------------------------------------------------------------------------------------- |
88-
| **behavior** (or behaviour) | string | styled | native, styled | "native" to defer to the browser's HTML5 date support, or "styled" to universally use the custom picker. |
89-
| **week-numbers** | string | hide | show, hide | "show" will show the weeks' numbers in a leftmost column. |
90-
| **i18n** | URL | | | Provide a URL to a JSON resource which gives the i18n values. |
91-
| **first-day** | Integer | 0 | | Set the first day of the week (0 -> Sunday, 1-> Monday, ...). |
86+
| Property | Type | Default Value | Available values | Description |
87+
| --------------------------- | ------- | ------------- | ---------------- | ------------------------------------------------------------ |
88+
| **behavior** (or behaviour) | string | styled | native, styled | Styled will always show the styled date picker. Native will use the system native date picker, provided the browser supports this. |
89+
| **week-numbers** | string | hide | show, hide | "show" will show the weeks' numbers in a leftmost column. |
90+
| **i18n** | URL | | | Provide a URL to a JSON resource which gives the i18n values. |
91+
| **first-day** | Integer | 0 | | Set the first day of the week (0 -> Sunday, 1-> Monday, ...). |

0 commit comments

Comments
 (0)