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
Please specify what version of the library you are using: [1.20.0 dev]
Expected / Desired Behavior / Question
Carousel paging doesn't work.
Observed Behavior
Carusel control doesn't move to next page in case triggerPageEvent is not set to true and moveNext/movePrevious handlers are undefined.
Steps to Reproduce
Initialize Carousel control without: onMoveNextClicked, onMovePrevClicked, triggerPageEvent properties. Control will not switch pages as it tries to execute undefined handlers (onMovePrevClicked, onMoveNextClicked).
The text was updated successfully, but these errors were encountered:
Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
Please specify what version of the library you are using: [1.20.0 dev]
Expected / Desired Behavior / Question
Carousel paging doesn't work.
Observed Behavior
Carusel control doesn't move to next page in case triggerPageEvent is not set to true and moveNext/movePrevious handlers are undefined.
Steps to Reproduce
Initialize Carousel control without: onMoveNextClicked, onMovePrevClicked, triggerPageEvent properties. Control will not switch pages as it tries to execute undefined handlers (onMovePrevClicked, onMoveNextClicked).
The text was updated successfully, but these errors were encountered: