Hi All,
We are working on a POC and below is our requirement.
We have a Touch Dialog with two fields (1- Drop down & 2-Tag Picker). In drop down we have multiple values. User can select any value from dropdown. Now based on value selected in drop down we need to set the root path of Tag Picker.
e.g.
If User Selected 'Option 1' from drop down then tag picker root path should be set as - "/etc/tags/abc"
If User Selected 'Option 2' from drop down then the same tag picker root path should be set as - "/etc/tags/xyz"
If anyone have any idea how to achieve it please share.