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

nuxt3 :disable-date drops styles

Open smerchkz opened this issue 1 year ago • 1 comments

Hi,

thanks a lot for component.

I have problem, i migrate from vue3 to nuxt3, and after i choose a date in datepicker, all busy dates change style from .disabled:text-vtd-secondary-500:disabled to default.

before date choose: image

after: image

code of project: https://github.com/EvolutionInIT/dress-nuxt/blob/main/components/rent/catalog/DressBook.vue 104 line webpage: https://gatsby.kz/en/rent/dress/41

can you help me, whats wrong i do, or not do))?

smerchkz avatar Oct 10 '23 15:10 smerchkz

the problem appears only then "as-single" enabled, then "as-single" off css .disabled:text-vtd-secondary-500:disabled works fine

        <VueTailwindDatepicker
          no-input
          as-single
          v-model="date"
          :disable-date="getBusyDates"
        />

smerchkz avatar Feb 24 '24 15:02 smerchkz