Problems when using an input mask
In Chronoforms8, the mask is saved in the data table when saving data, if the input field has not been filled in.
Example V8:
Input mask: ___.___.__.__
Data saved: ___.___.__.__
In Chronoforms7, the mask was not saved, which I believe is correct.
Example V7:
Input mask: ___.___.__.__
Data saved: (empty - no saving)
In my opinion, the input mask should not be saved in the data table.