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
With firefox, if i go to the last slide, and make an horizontal scroll (right), the Carousel go to the first slide with a bug.
Steps to reproduce the behavior: (FIREFOX)
Expected behavior I don't want to scroll to right in the last slide as the other navigators.
Example Code React-ts <Carousel onChange={(index: number, item: any) => { console.log('Index: ', index) setIndexSelected(index); }} selectedItem={indexSelected} showArrows={false} showStatus={false} > {imagesList.map((item: IconProps, index: number) => { return ( <div key={index}> <Image {...item} className={styles['slide-image']} /> </div> ); })} </Carousel>
<Carousel onChange={(index: number, item: any) => { console.log('Index: ', index) setIndexSelected(index); }} selectedItem={indexSelected} showArrows={false} showStatus={false} > {imagesList.map((item: IconProps, index: number) => { return ( <div key={index}> <Image {...item} className={styles['slide-image']} /> </div> ); })} </Carousel>
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With firefox, if i go to the last slide, and make an horizontal scroll (right), the Carousel go to the first slide with a bug.
Steps to reproduce the behavior: (FIREFOX)
Expected behavior
I don't want to scroll to right in the last slide as the other navigators.
Example Code React-ts
<Carousel onChange={(index: number, item: any) => { console.log('Index: ', index) setIndexSelected(index); }} selectedItem={indexSelected} showArrows={false} showStatus={false} > {imagesList.map((item: IconProps, index: number) => { return ( <div key={index}> <Image {...item} className={styles['slide-image']} /> </div> ); })} </Carousel>
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: