When i am writing a client script on NOne option to clear the values its not working.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 08:09 PM
I have written On change client script when None Is selected to clear the options but its not working .please find the script below.
function onChange(control, oldValue, newValue, isLoading) {
if (newValue == ' ') {
g_form.clearOptions('which_state_is_impacted');
}
}
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 08:56 PM
Everything is good and i am not sure why its coming like that .