Hi, I just upgraded to version 3.17 and I'm noticing that inputMasks are entering values matching the mask even when a user does not enter values in the question. This wasn't happening in version 3.16, arg.
For example, I have an inputMask set to 99:99 \AM - 99:99 PM so users can enter hours of operation - 08:00 AM - 08:00 PM. Well now if users enter nothing, I get : AM - : PM.
Additionally, I have a default value 'Closed' if user answered previous question as 'Closed.' I am using body::esri:visible in hours of operation to hide the question and not clear out default.

Is there a way to fix this so that the attribute is just left blank or it respects default value?