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
Is there a way to inform passenger when wormhole travel has finished and everthing is ready?
I have hard time to set focus to opened modal that uses portal. Currently it sets focus in double next ticks. Seems to work but ...
this.$nextTick(() => { this.$nextTick(() => { this.$refs.header.focus(); }); });
The text was updated successfully, but these errors were encountered:
Modal is also inside another portal if that makes any difference.
Sorry, something went wrong.
maybe need callback method when target has been used ?
<potal-target @filled="someMehtod" />
you mean like that ?
Yes. Looks like that would do the trick.
An event would be a much cleaner way to deal with $refs and mounted
No branches or pull requests
Is there a way to inform passenger when wormhole travel has finished and everthing is ready?
I have hard time to set focus to opened modal that uses portal. Currently it sets focus in double next ticks. Seems to work but ...
The text was updated successfully, but these errors were encountered: