Resolved! string field to contain only number and special character like $
Hello Team, I have field called fee, which should contain numbers and $,could you help on this, as it should take special character like $ var regexp = /^[+]?\d*$/; if(!regexp.test(newValue)){ alert('Please enter numeric value'); g_form.setValue('u_e...
