#1
Been following the mx tutorial, and I decided to try and use mx-modal but it does not show up on the page. I even tried the sample code from the docs. No modal shows up. Using Chrome on win11.
#2
i get this error in the console:
ReferenceError: openModal is not defined
at buildMXModal (trongate-mx.js:205:5)
at initInvokeHttpRequest (trongate-mx.js:136:13)
at HTMLBodyElement.handleTrongateMXEvent (trongate-mx.js:1069:9)
#3
Do you have a function openModal(modalId) in public/js/admin.js?
#4
Work good.
Thank you DC. You rock.