Expand my Community achievements bar.

SOLVED

Show hide dropdown

Avatar

Level 1

I have used two shoe hide drop-down in a component when I choose one of the drop-down value the show hide option also reflects on the other drop-down too...

 

Is there any solution.. Thanks in advance

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Here you might have provided the same ''class"  property to targeted fields,

which you have used in Dropdown property(cq-dialog-dropdown-showhide-target)

 

Create different value for this(cq-dialog-dropdown-showhide-target) property for both the dropdowns and target the fields respectively.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Here you might have provided the same ''class"  property to targeted fields,

which you have used in Dropdown property(cq-dialog-dropdown-showhide-target)

 

Create different value for this(cq-dialog-dropdown-showhide-target) property for both the dropdowns and target the fields respectively.