You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you can already do that. There's a props for Carousel called initialPage, so if you want to set current slide to 1 upon initialization, just do: <Carousel initialPage={1} animate={false} onPageChange={this.handlePageChange.bind(this)}/>
The problem is the documentation did not mention this initialPage props.
This is not an issue, a suggestion please add a current slide selector. Where we can set the current slide on initialization or later.
The text was updated successfully, but these errors were encountered: