Open
Description
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)
- Go to Carousel
- Click on last slide
- Scroll right
- See error
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):
- Browser: FIREFOX
Smartphone (please complete the following information):
- Browser Firefox
Metadata
Metadata
Assignees
Labels
No labels