Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2015 01:41 PM
Yeah, this is what I ended up doing:
function onChange(control, oldValue, newValue, isLoading)
{
if (newValue.match(/\D+/))
g_form.setValue('variables.port_number', '');
}