Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2016 07:21 AM
Was looking for your option A, though for some reason I was thinking I had seen something like a "hide when empty" checkbox.
Client script with ajax is doable, but pure client-side would be more efficient since all the information is already there.
Seems like this should exist:
if (!g_form.getChoices('lookup_field").count) {
g_form.setDisplay('lookup_field",false);
}