-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
DatePicker widget not showing initial value #138
Comments
I Found the solution in templates/windgets/datepicker.html we actually have:
And now to work its:
And now it works! :) |
Hey @Seykotron Cool! Glad to see that it works, maybe if you could send a PR I could merge it to master, what do you think? ;) |
Done ;) I also asked for pull request to implement the icontains into filters fields (CharField, TextField and EmailField), if you remember I told you so time ago but havent time to implement that ;) Proud to contribute to this great framework ;) |
Hi there, its me again!
DatePicker widget is not showing initial value when using it in Filters or in a Form when the form_invalid is raised...
Im trying a lot of things to solve it but nothing seems to work, any clues?
Thank you!!
The text was updated successfully, but these errors were encountered: