Hello, I am trying to style the date and time picker using some CSS.
I would like to add a text-decoration: line-through; on the disabled date (gray date from the image)
When adding the class to the customs css, it seems the CSS delete automatically the class.
How should I do that ?
Also when you go over the calander and move the mouse the month swipe. How could we disable the swiping of the month. I prefer that user use only the arrow to change months.
Great questions!
Have you had a chance to review this article regarding the date picker and CSS properties?
Hope this helps and please let me know if this was helpful or would like other resources.
The default calendar is pretty limited, I ended up making my own. If you’re familiar with binding data and containers, it’s not too hard to recreate.
Hello Micah, I tried to make it by myself but it does not seem to work well.
Do you think there’s a way for you to share your calendar with me ?
Thanks for guiding me in the right direction, I have tried to use what’s inside Weweb but I guess I won’t have the choice to recreate one.