Hi,
I got 2 questions:
1. Is it possible to restrict user from entering space in a field. I tried Regular Expression for validation with \w*, but the problem is then the user can't give any special character also...
2. I tired text-transform:capitalize & it works fine if the user is writing everything in lowercase, however if the Caps Lock is on, then it has no impact.
Any help is highly appreciated.
Regards,
Sahil