Open zedomel opened 2 years ago
The datepicker does not hide: adding classes active and block with hidden does not hide the dp. Using toggle to add/remove classes.
active
block
hidden
toggle
Ran across this as well. Seems like a straightforward bug - removing and then re-adding active and block classes. Could we merge this?
The datepicker does not hide: adding classes
active
andblock
withhidden
does not hide the dp. Usingtoggle
to add/remove classes.