Closed blahDL closed 7 years ago
This issue seems to be limited to fields with custom masking. The issue can also not be replicated in standard text boxes with standard html masks, so I'm going to close this as an issue limited to a custom UI widget.
Date Of Birth has an input mask to format it as dd/mm/yyyy, when populating it with 01011980 (which should be formatted to 01/01/1980) the first character is missing (so it is entered as 10/11/980)
Note: focusing the field first fixes the issue, but should not be necessary