what is the purpose of having if(isLoading || newValue == ''){return} in on change client script??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 02:09 AM
I know if we want to write onload script in on change that we can write here but what was the purpose of this function mentioned here in every on change client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 03:28 AM
Thanks for info Vaibhav!!
for suppose if I don't have function to check is loading what is going to happen is our script written for on change going to execute for on load too??
if not what is the purpose of having this here in on change script when we have on load type exclusively ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 02:30 AM
It means if the page is loading OR the new value of the field is empty, exit the script, you can modify it to meet your needs.
and if u change the value of that field it will get replaced by new value