- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Adding a space to the regualar expression will do the trick.![]()
if (xfa.event.newText.match(/[^A-Za-z0-9 ]/))
{
xfa.event.change = "";
}
Adding a space to the regualar expression will do the trick.![]()
if (xfa.event.newText.match(/[^A-Za-z0-9 ]/))
{
xfa.event.change = "";
}