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
Some modals can be pretty heavy to load / setup, thus I like to display a loader on the button that triggers a modal.
I am guessing this won't be possible here, as wire:target has nothing to really target. Right?
The text was updated successfully, but these errors were encountered:
You'd have to add a method in your component that calls the emit. Then you can use wire:target on that method
Sorry, something went wrong.
No branches or pull requests
Some modals can be pretty heavy to load / setup, thus I like to display a loader on the button that triggers a modal.
I am guessing this won't be possible here, as wire:target has nothing to really target. Right?
The text was updated successfully, but these errors were encountered: