Skip to content
New issue

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

Add Date Picker component #112

Closed
hubingliang opened this issue Jul 28, 2021 · 1 comment
Closed

Add Date Picker component #112

hubingliang opened this issue Jul 28, 2021 · 1 comment

Comments

@hubingliang
Copy link

No description provided.

@saadeghi
Copy link
Owner

I will add a calendar but it will be just a visual representation.
If you want a fully working date picker input field that you can choose day, month, year and you want the chosen values to be shown in the input field, that's not possible on a CSS-only library.
I suggest using browser's native date input:

<input type="date" class="input">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants