vue-tailwind-datepicker icon indicating copy to clipboard operation
vue-tailwind-datepicker copied to clipboard

NaN and invalid date with some localizations + format

Open ilzrv opened this issue 2 years ago • 0 comments

After reopening datepicker it does not work correctly with some localizations (mn, ru, uk) + format

<vue-tailwind-datepicker
    :formatter="{
      date: 'DD MMMM YYYY',
      month: 'MMMM',
    }"
    i18n="mn"
    :shortcuts="false"
    :auto-apply="true"
    v-model="dateValue"
/>

mn: Screen Shot 2022-12-22 at 10 39 04

ru: Screen Shot 2022-12-22 at 10 41 40

uk: Screen Shot 2022-12-22 at 10 43 38

ilzrv avatar Dec 22 '22 07:12 ilzrv