Can anyone help me,
I have two enum fields.
-
Leave_Type → it contains four values none, sick, casual, LOP and Maternity.
-
Gender → None, Male, Female.
When i select Maternity from Leave_Type Enum in a form , it will only show Female in the Gender Enum. and hide None,Male.
Thanks in advance.