TouchUI Multifield dropdown event not working if we have more than one dropdown | Community
Skip to main content
New Member
June 19, 2019
Solved

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

  • June 19, 2019
  • 1 reply
  • 2157 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
June 19, 2019

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