mitosch / textual-datepicker

A datepicker for textual.
MIT License
23 stars 4 forks source link

Date Picker not displaying selected date #3

Open jonnyhoff opened 2 months ago

jonnyhoff commented 2 months ago

I've copied and run your example but when running it and selecting a date from the dropdown menu, nothing is displayed.

Peek 2024-07-29 19-37

Henry-Savary-Jackson commented 2 months ago

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 2 months ago

Thanks @Henry-Savary-Jackson that's just what I was looking for 🎉