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
Date input should remain with type='date' after blur event.
Date input is transformed to type='text' after blur event.
jQuery 3.3.1 Bootstrap 4.4.1 MDB 4.16.0
Caused by ChangeDateInputType in forms-free module.
The text was updated successfully, but these errors were encountered:
We plan to change this in the near future. This should be fixed soon
Sorry, something went wrong.
No branches or pull requests
Expected behavior
Date input should remain with type='date' after blur event.
Actual behavior
Date input is transformed to type='text' after blur event.
Your working environment and MDB version information
jQuery 3.3.1
Bootstrap 4.4.1
MDB 4.16.0
Resources (screenshots, code snippets etc.)
Caused by ChangeDateInputType in forms-free module.
The text was updated successfully, but these errors were encountered: