I'm experiencing a problem with the value of a masked field when submitting the form by hitting the Enter key, when the field has focus.
The mask in the field is '9?9999' (one or more digits with a maximum of five). When the form is submitted by clicking the submit button and the field has a value of 42 the submitted value will also be 42.
Do we however enter the value 42 in the input text and hit the Enter/Return key directly (while the field is still focused) to submit the form. The submitted value will be 42___ (with the underscores used as placeholders in the masked field).