Christian Sleight
Christian Sleight
I have tracked it down to the following code ``` javascript if (controller) { controller.$render(); // Update the model with the value from the datepicker after parsed setVal(true); // ***...
@alexanderchan I understand and will see if I can get to it next week
So the cache folder should be kept as part of source control? I ignored it as I assumed it was temp folder, make sense now that I read this.
Hmm .json-autotranslate-history
@hideogump I simply hide the input via css (display:none) to work around this. Seems the html generated does not pick up the original classes from the input it replaces.