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
https://codesandbox.io/s/swiper-default-vue-forked-5hg2vt?file=/src/App.vue
Putting :enabled="false" on <Swiper> doesn't work
:enabled="false"
<Swiper>
It disables the swiper
The swiper still responds to interactions such as swiping
8.0.7
(Linux) Firefox, Chrome
The text was updated successfully, but these errors were encountered:
fix: enabled not working (fix nolimits4web#5611)
3439f53
fix: enabled not working (fix #5611) (#5612)
6a0554b
Successfully merging a pull request may close this issue.
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/swiper-default-vue-forked-5hg2vt?file=/src/App.vue
Bug description
Putting
:enabled="false"
on<Swiper>
doesn't workExpected Behavior
It disables the swiper
Actual Behavior
The swiper still responds to interactions such as swiping
Swiper version
8.0.7
Platform/Target and Browser Versions
(Linux) Firefox, Chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: