decap-cms
decap-cms copied to clipboard
fix: trigger change if default is {{now}}
Closes #7271
The value was set in the UI, but handleChange never triggerred, so it never rewrote "{{now}}" with the current date. This PR moves the check into the mount hook and triggers handleChange, so that correct value is saved.