Like in AEM 6.1 classic dialog, we used to write the extjs to show/hide the fields in dialog, i need some reference which can help in doing the same in touch ui dialog.
Also, how to implement custom multifield in the touch ui dialog.
Like in AEM 6.1 classic dialog, we used to write the extjs to show/hide the fields in dialog, i need some reference which can help in doing the same in touch ui dialog.
Also, how to implement custom multifield in the touch ui dialog.
The AEM Components documentation [0] should offer you most of the answers you're looking for.
I needed to do something similiar which enabled/disabled fieldsin a touchUI dialog based on the value of a checkbox (also in the dialog) I ended up writing my own client libray to manage this you can find my solution here: Conditionally enable/disable fields in AEM 6.1 (granite.ui) TouchUI dialogs