vue-tailwind-datepicker
vue-tailwind-datepicker copied to clipboard
How to force display:none with !important on Month and Year ?
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