PSA: `input.dropdown.deselect()` breaks your scripts!

PSA: `input.dropdown.deselect()` breaks your scripts!

Just a fair warning for anyone who's trying to use the `.deselect()` command on a dropdown/radio field in Deluge on the onAdd -> onLoad action : DON'T DO IT.

It is very broken, and almost cost us hours of work.

What will happen is, you'll have a script error (if I recall, it mentionned GENERATEJS_JS as the culprit) which will prevent you from loading not only the form, but also the script itself if you decide to refresh your script!!!

So yeah, don't do it. Zoho devs, please fix it!