From 6fec4b2bc98c7da5e8bf785ce8ce8e9c643f146a Mon Sep 17 00:00:00 2001 From: Jesse Schutt Date: Thu, 25 Feb 2021 06:41:01 -0600 Subject: [PATCH] Pickles are cool and all... Changed "datepickler" to "datepicker" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd609bb..fbceb31 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Using `v-model` | color | String | #4f88ff | Allows you to customize color | | contentClass | String | '' | Applies custom class to datepicker content | | noHeader | Boolean | | Hides datepicker header | -| noInput | Boolean | | Hides datepickler input. It'll show a button instead | +| noInput | Boolean | | Hides datepicker input. It'll show a button instead | | noCalendarIcon | Boolean | | Hides datepicker icon | | fullscreenMobile | Boolean | false | Shows datepicker in a bottom sheet when in mobile view | | allowedDates | Function | | Function which validate allowed date (allowedDates: (date) => .... // date is a javascript date) |