-
Notifications
You must be signed in to change notification settings - Fork 33
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
Selected dates not being added to input fields #177
Comments
Right then, so I neglected to look in the calendar JS. I still can't find anywhere that the new values are being added to the input fields. |
Am I not sure if I fully understand the problem.
Are those new dates coming from sort of javascript code ? Because I can reproduce the problem... |
When I use the calendar to select dates, it creates new inputs if it needs to, but never populates the values with any dates, so nothing gets posted to the database; there are selections in the calendar, and empty input fields. |
I am trying to figure out why any new dates that are selected in the UI are not updating the start/end fields, and not being persisted into the entry.
In reading the JS for the field, I have come across this:
I can't see any event registered anywhere that would pick up this call and action a UI update. Am I missing something?
The text was updated successfully, but these errors were encountered: