-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
close-explicitly prop #36
Labels
needs more info
Incomplete issue or more info requested
Comments
Can you provide some example code of how you are using it? |
I am indeed experiencing the exact same. Created a link exactly the same as the docs: <template>
<ModalLink href="/users/create" :close-explicitly="true">
Create User
</ModalLink>
</template> Doesn't seem to honor this setting. I also wonder if this should be a setting on the link, or maybe on the modal component itself. |
pascalbaljet
added a commit
that referenced
this issue
Oct 29, 2024
pascalbaljet
added a commit
that referenced
this issue
Oct 29, 2024
Fixed in v0.6.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
close-explicitly prop seems not working.
The text was updated successfully, but these errors were encountered: