-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: Ineffective attributes on Slides Component #5189
Comments
…r before passing to slides Not sure I like the index attribute though. Fixes #5189
These will work in the next release. I'm not sure I like the Thoughts? @adamdbradley @mhartington @drewrygh @tlancina |
+1 for using the same attributes as Swiper |
So, one idea I had from v1 is to not offer attributes at all, but instead have an |
Ok so we are going to move forward with removing attributes and supporting passing an |
…ns to pass them instead also commented out some attributes that aren’t working right now. BREAKING CHANGES: Slider attributes have been removed in favor of passing them in options references #5189
I'm going to close this issue since all the attributes will now work (in beta.1) by passing them through the options attribute. I'll open a new issue for further slide fixing. Thanks! |
Please can the docs be updated for this as they still show the use of attributes which can be confusing. |
@dylanvdmerwe done: ionic-team/ionic-site@5b8a473 Thanks for pointing that out! I missed those earlier. Should be live on the site soon. |
Type: bug
Ionic Version: 2.x
Platform: desktop browser
Adding loop="false" doesn't stop the slides looping. Adding index="2" doesn't start the slide from the 2nd (or 3rd if zero indexed?), it always begins with the first.
The text was updated successfully, but these errors were encountered: