You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, what it does, it does not show the calendar when you click the input, right? I thought it would still show it but with everything disabled (not clickable and with different colors to show it is disabled)
Yea, I saw that in the code recently too. I'm looking to give the library a complete rewrite. Ideally, the disabled property should be passed into the options at declaration time and it should just disabled the calendar functionality, but still let you show / hide it. That will take me a bit of time as I'm trying to figure out some TypeScript things.
According to the documentation, there is a property called
disabled
for disabling the entire calendar -> https://github.com/qodesmith/datepicker#disabledI've tried to use it but it doesn't seem to be working.
Here I tried to do it on the
sandbox.js
file of this repository:Disabled.prop.not.working.mov
Am I missing something or it is actually an issue?
Thank you!
The text was updated successfully, but these errors were encountered: