Expand my Community achievements bar.

SOLVED

TouchUI Multifield dropdown event not working if we have more than one dropdown

Avatar

Level 1

I have a select element in multifield, and I am calling a JS function on the change of dropdown. But When I am adding one more dropdown using ADD FIELD it is not catching the event nor calling the JS function on change of value in dropdown.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Here is this example of show hide field based on the dropdown in multifield.

You can refer the same to trigger events

aem63app-repo/dropdownshowhide-multifield.js at master · arunpatidar02/aem63app-repo · GitHub



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Here is this example of show hide field based on the dropdown in multifield.

You can refer the same to trigger events

aem63app-repo/dropdownshowhide-multifield.js at master · arunpatidar02/aem63app-repo · GitHub



Arun Patidar