I need to have a mask in the following format: 0000.00.00 where the dot(.) should not act like a decimal placeholder, even with the clearPromptChar
setted to true and promptChar with " " value, after the field lose his focus the decimal placeholder is shown.
What I need:
If user types: 1234 - Expected: 1234 - Actual: 1234. .
If user types: 12345 - Expected: 1234.5 - Actual: 1234.5 .
Is this feature available in mask option? it exposes any function where i should format by myself?