We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've copied and run your example but when running it and selecting a date from the dropdown menu, nothing is displayed.
The text was updated successfully, but these errors were encountered:
So I played a bit around with the DateSelect object and found that if you change its DEFAULT_CCS's height from :
DEFAULT_CCS
height
height: 1;
to
height: 3;
or any number above 3, it correctly shows the selected date.
Sorry, something went wrong.
Thanks @Henry-Savary-Jackson that's just what I was looking for 🎉
No branches or pull requests
I've copied and run your example but when running it and selecting a date from the dropdown menu, nothing is displayed.
The text was updated successfully, but these errors were encountered: