Date Picker not displaying selected date
jonnyhoff opened this issue · 2 comments
jonnyhoff commented
Henry-Savary-Jackson commented
So I played a bit around with the DateSelect object and found that if you change its DEFAULT_CCS
's height
from :
height: 1;
to
height: 3;
or any number above 3, it correctly shows the selected date.
atejada commented
Thanks @Henry-Savary-Jackson that's just what I was looking for 🎉