-
Notifications
You must be signed in to change notification settings - Fork 12
Synchronicity loss #7
Description
We've tested your DateTime Picker watching it has an issue directly in your test: Upon customization of settings it losses synchronicity with the output fields.
This means: in your example site (http://mtrdesign.github.io/mtr-datepicker/demo.html), after loading, every change on date or time updates the output correctly, but once we interact with any customization checkbox, the outputs stops to update the result.
We had a similar issue with the implementation of your DateTime Picker in a WebApp... To reduce possibilities we've set only the target in config settings, but anyways upon loading, the fields stay always in 1st Jan 2000 1:00 AM, and once using arrows in any field, only THAT field jumps to the value it should really have (actual date) and makes the change solicited by the arrow clicked (example: loads in 1/1/2000 1:00:00, console output says 15/3/2017 4:30:00, when clicking arrow up in day it changes to 16 and console gives 16/3/2019 4:30:00, but all other fields stay in minimum showing 16th Jan 2000 1:00 AM).
We have been trying to replicate the error outside the WebApp under the same conditions (asynchronous loads and everything else in identical structure) but the error doesn't appears outside the WebApp.
Do you know what kind of conflict could be creating this problem? How could we find some other types of conflict for this in the developer console if there's no JS error or alert?