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
Describe the bug The option to stop the carousel from cyling back to the begining is not available: See the wrap option here https://getbootstrap.com/docs/4.0/components/carousel/#options
Expected behavior A "no-wrap" or similar directive should be available on the b-carousel component
The text was updated successfully, but these errors were encountered:
feat(b-carousel): add prop no-wrap for disabling wrapping to start/…
no-wrap
942f963
…end (closes #3902)
2c8bd23
…end (closes #3902) (#3905) * feat(b-carousel): add prop `no-wrap` for disabling wrapping to start/end (closes #3902) * Update carousel.js * Update carousel.js * Update carousel.spec.js * Update carousel.spec.js * Update carousel.spec.js * Update README.md * Update README.md * Update index.d.ts * Update README.md * Update carousel.js
Successfully merging a pull request may close this issue.
Describe the bug
The option to stop the carousel from cyling back to the begining is not available: See the wrap option here https://getbootstrap.com/docs/4.0/components/carousel/#options
Expected behavior
A "no-wrap" or similar directive should be available on the b-carousel component
The text was updated successfully, but these errors were encountered: