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
Carousel is in freescroll mode with bound property. How to change current active panel number if bound is active
these are the options and width of panel is for example 1000px(width must be larger than viewport). It seems that if panel is larger than viewport index doesn't update
It seems that the Anchor points that determine the index of the Panel are not being created correctly when the horizontal length of a Panel is longer than the viewport length with the bound option enabled,
We will leave additional comments when we release a patch that fixes this issue.
Description
Carousel is in freescroll mode with bound property. How to change current active panel number if bound is active
these are the options and width of panel is for example 1000px(width must be larger than viewport). It seems that if panel is larger than viewport index doesn't update
:options="{ bound: true, moveType: 'freeScroll', align: 'prev', circular: false}"
Here is reproduction of the bug
Link
The text was updated successfully, but these errors were encountered: