Hi, I made it work for nested multifield with some changes to
https://github.com/arunpatidar02/aem63app-repo/blob/master/js/dropdownshowhide-multifield.js
try below JS. (function(document, $) {"use strict";// when dialog gets
injected$(document).on("foundation-contentloaded", function(e) {// if
there is already an inital value make sure the according target element
becomes visibleshowHideHandler($(".cq-dialog-dropdown-showhide-multi",
e.target));});$(document).on("selected",
".cq-dialog-dropdown...