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

Date picker field shows today's date when editing form data #48

Open
syntactic-salt opened this issue Jul 7, 2017 · 0 comments
Open

Comments

@syntactic-salt
Copy link

I have this date picker implemented on a form who's data is saved and can then be edited at a later time. When I first load the form with no data, no date is displayed in the date picker field, I can pick a date with the date picker which then displays in the field, and save the data. When I come back to the form to edit the data, the date picker field shows today's date instead of the date contained in the model. When I save the form data without modifying the form, the date is in fact the correct date from the model, it is just not being displayed in the date picker field. Any ideas on why this is happening?

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

1 participant