We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
If I hit escape key after installing this package, I get this error
livewire.js?id=cc800bf4:1125 Alpine Expression Error: Cannot read properties of undefined (reading 'name') Expression: "closeModalOnEscape()"
I don't know if this can be enough of a fix but in the published template I added a condition before closeModalOnEscape()
x-on:keydown.escape.window="show && closeModalOnEscape()"
The text was updated successfully, but these errors were encountered:
This issue was introduced in 2.0.11. Pinning the version to 2.0.10 makes the error go away for me.
Sorry, something went wrong.
Thanks for reporting, pushed and tagged release https://github.com/wire-elements/modal/releases/tag/2.0.12
No branches or pull requests
Hello,
If I hit escape key after installing this package, I get this error
I don't know if this can be enough of a fix but in the published template I added a condition before closeModalOnEscape()
The text was updated successfully, but these errors were encountered: