Closed (works as designed)
Project:
Mask Field
Version:
8.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2018 at 09:26 UTC
Updated:
7 Mar 2019 at 16:02 UTC
Jump to comment: Most recent
Comments
Comment #2
dbiscalchin commentedHi hgurol,
Currently, this module provides only client side masking. It means that no validation is enforced on the server side.
However, if your field is required, you can set the "Clear if not match" option to clear the field before submission. This would cause a validation error because the field would be empty.
The recommended solution, though, would be to write the validation code yourself or to try another module alongside Mask Field, like the Field validation module.
Regards,
Comment #3
dbiscalchin commented