Display an attribute if a value on an enumeration is chosen
Hi
I want to display a text box if one value of a enumeration is chosen for example : Car(Enumeration) : Others Other(String attribute) : Toyota If another value is chosen in the Car (enumeration) the Other(string attribute) may not appear. Car(Enumeration) : Nissan How can I achieve this? |
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi Cesar,
EvenĀ i have the same requirement of dependent attributes. Did you get any answers or any way of achieving this functionality?