How can i mask a part of a input field.
like i want to mask all the digits of aadhar number except the last 4, how can i do that?
2 Likes
To configure masking element follow the below steps:
- Navigate to the Component tab and Add/Edit Fieldset Component.
- Enter basic details and navigate to Element tab.
- Click on Add element button and select the MASKING element.
- Under the property section, provide the Masking Character Indexes (start index, end index, masking character).
- To add separator between the numbers, provide the separator pattern and interval in the Character Separation field.
- Max Length validation is required for masking.
Properties section of Masking Element:
21 Likes