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
This maybe similar to #678.
I like to use the widget date-local in my templates. However, this seems to break the date picker as well as the floating label.
date-local
class Form(ModelForm): class Meta: .... widgets = { 'date': DateInput(attrs={'type': 'date-local'}), 'due_date': DateInput(attrs={'type': 'date-local'}), 'delivery_date': DateInput(attrs={'type': 'date'}), }
Let me know if more information is required.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This maybe similar to #678.
I like to use the widget
date-local
in my templates. However, this seems to break the date picker as well as the floating label.Let me know if more information is required.
The text was updated successfully, but these errors were encountered: