Open aalfiann opened 3 months ago
The same problem is happening to me, but I do not have any custom CSS templates. I attempted to remove DaisyUI, but the problem persisted. Have you resolved the issue?
The same problem is happening to me, but I do not have any custom CSS templates. I attempted to remove DaisyUI, but the problem persisted. Have you resolved the issue?
Yes I did, there is workaround using javascript to handle this, but the performance is bad. Better to solve this in Vue way.
My issue was resolved when I attempted to delete or set to false
important: true
in the tailwind.config.js file.
Yeah, I did it in the first time, but it gonna broke some of element in my website. since this is a big website, I can't do that.
Describe the bug This vue-tailwind-datepicker is works well but I got some problem on Month and Year display.
This is might be a bug only for me because of my css template. Because my app is already big, I can't just modify the css.
it doesnt hide the Month and Year. so I got to use style="display:none !important" on element with class "px-0.5 sm:px-2" which is contains "flex flex-wrap"
Here is the screenshot