Skip to content

Commit

Permalink
Merge pull request #82 from jesseschutt/patch-1
Browse files Browse the repository at this point in the history
Pickles are cool and all...
  • Loading branch information
mathieustan committed Mar 9, 2021
2 parents 865c080 + 6fec4b2 commit 62211ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down

0 comments on commit 62211ca

Please sign in to comment.