Can we restrict spaces to be enter in a field?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2016 10:07 AM
Can we restrict spaces to be enter in a field?
Regards,
Lrr
Labels:
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2016 03:11 AM
If your issue is solved please close the thread by marking the answer as correct so that it becomes helpful for others having the same issue. You can find correct option when you click below link.
Can we restrict spaces to be enter in a field?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2016 04:27 AM
Hi
if(newValue.Match(' '))
{
alert('Remove space from field');
}