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-vue-default-forked-ewdkh?file=/src/App.vue
The documentation (https://swiperjs.com/swiper-api) states:
But the relating vue prop focusable-elements is defined as a boolean.
If i set focusableElements via the focusable-elements prop, i expect that the focusable elements are set as a string, like stated in the docs.
[Vue warn]: Invalid prop: type check failed for prop "focusableElements". Expected Boolean, got String with value ".focusable". at [...]
swiper 6.7.5 @ vue 3.0.0
Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
7f1b1b9
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/swiper-vue-default-forked-ewdkh?file=/src/App.vue
Bug description
The documentation (https://swiperjs.com/swiper-api) states:
But the relating vue prop focusable-elements is defined as a boolean.
Expected Behavior
If i set focusableElements via the focusable-elements prop, i expect that the focusable elements are set as a string, like stated in the docs.
Actual Behavior
[Vue warn]: Invalid prop: type check failed for prop "focusableElements". Expected Boolean, got String with value ".focusable". at [...]
Swiper version
swiper 6.7.5 @ vue 3.0.0
Platform/Target and Browser Versions
Ubuntu 20.04
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: