Breeze theme - modal pop up not opening #49
Unanswered
Maitreya11111
asked this question in
1. Help
Replies: 1 comment
-
How do you use modal? Here is an example from another discussion: <button class="button primary modal-opener">Show popup</button>
<div style="display:none" data-mage-init='{
"Magento_Ui/js/modal/modal": {
"trigger": ".modal-opener"
}
}'>
Modal content
</div> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when I use modal in breeze theme, it throws modal undefined error in console and modal is not opening.
Beta Was this translation helpful? Give feedback.
All reactions