I have a dropdown that has two options "image" and "icon".
When the user selects "image" I want to show the pathbrowser and when he selects "icon" I will show a text field.
This is famous problem, now I want to do this when these above mentioned fields are inside a multifield in Touch UI.
So say I have two items under this multifield, when I select "image", in the select present in the first item(of the multfield) the OOTB showhide hides my "icon" textfield of the first and the second item entry in the multifield as well.
How do I resolve this ?
Long story short See Blog. I want to do this. Just that my fields are inside a multifield.
Note: I was able to implement the Classic UI code using ExtJs field.nextSibling() so I don't affect the entries in the other multifield item entries.