Resolved! how to restrict special characters without restricting spaces in string field
Hi, i want to restrict special characters in string field. And I used the below script , it is restricting spaces also, can anyone help on how to achieve this, without restricting spaces. function onChange(control, oldValue, newValue, isLoading) { if...
