Can anyone please help me in getting the list of listeners in Touch UI of AEM 6? I know one event as "keypress". But I would also want to know the event which can get triggered when we change the value from a drop-down in the AEM Form Field of Touch UI.
AEM components do not have listeners like Classic APIs do. You have to use DOM and JQuery listeners. This is all explained in this AEM Touch Ask the Community Experts session:
AEM components do not have listeners like Classic APIs do. You have to use DOM and JQuery listeners. This is all explained in this AEM Touch Ask the Community Experts session:
Thank you very much. I have a drop-down in my Touch UI form and based on a particular value of the drop-down, I want to hide another drop-down. Please let me know as to how do we go about it.