From a36198027a68635067d350e75c3442fb29e71d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Ka=C5=82u=C5=BCny?= Date: Sat, 25 Apr 2020 12:48:48 +0200 Subject: [PATCH] Added information about default-panel prop Updated docs with default-panel prop --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd3d5cbd..5172e9d5 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ You can also override some of the default locale by `lang`. | format | to set the date format. similar to moment.js | [token](#token) | 'YYYY-MM-DD' | | value-type | data type of the binding value | [value-type](#value-type) | 'date' | | default-value | default date of the calendar | `Date` | new Date() | +| default-panel | default panel of the picker | `string` \|'date'|'year'|'month'\ | 'date' | | lang | override the default locale | `object` | | | placeholder | input placeholder text | `string` | '' | | editable | whether the input is editable | `boolean` | true |