You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hide the dependent choice field when there are no available options for the selected parent choice.
2
+
2
3
For example, if a selected category on the incident form has no subcategories, then the subcategory field should be hidden.
4
+
5
+
The file NumberOfDependentChoices.js is a client callable script include file which has a method which returns number of dependent choices for a selected choice of parent choice field.
6
+
7
+
HideDepnedentField.js is client script which hides the dependent choice field(ex:subcategory field on incident form) if there are no active choices to show for a selected choices of it's dependent field (example: category on incident form)
0 commit comments