kenhyuwa/vue-tailwind-picker

format-date and format-display is not working

riesga opened this issue · 0 comments

Hi,

When the format is set DD-MM-YYYY or DD/MM/YYYY the component does not work.

<VueTailwindPicker :formatDate="'DD-MM-YYYY'" :formatDisplay="'DD-MM-YYYY'" @change="(v) => value = v"> <input v-model="value" placeholder="Example initial value"> </VueTailwindPicker>