Hi,
Any suggestions when entering an Aadhaar number? The "/" symbol should appear after four digits automatically.Below is an example screen grab.
Regards
Praveen
Hello @Praveen Tumati
Can you please explain little bit more about your query? Do you want this "/" symbol between your Aadhar number or not?
If you want space after 4 digits you can refer below code.Substr(TextVar,0,4) + " " + Substr(TextVar,5,9) + " " + so on...
Prince
Hi @Praveen Tumati
Please refer this attached OML I did it through java script .
Hope this will be helpful.
Sudarshan HD
What you are looking for is masking. Here is an implementation using https://imask.js.org/
Hi @Praveen Tumati,
You can try your Aadhar . Just enter Aadhar number.
Here i used forge component (Input Mask React).
Below is OML for support.
Thanks.