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
In a scenario where I have six slides, but slidesToScroll is set to eight, both prev and next arrows are visible but disabled.
When there are more than slidesToScroll value (in this case eight) a disabled arrow makes sense as this indicates you have come to the end of the slides, but when both end up being disabled they are just unnecessary.
So, is it possible to hide the arrows if there are fewer slides than the value that slidesToScroll is set?
The text was updated successfully, but these errors were encountered:
In a scenario where I have six slides, but slidesToScroll is set to eight, both prev and next arrows are visible but disabled.
When there are more than slidesToScroll value (in this case eight) a disabled arrow makes sense as this indicates you have come to the end of the slides, but when both end up being disabled they are just unnecessary.
So, is it possible to hide the arrows if there are fewer slides than the value that slidesToScroll is set?
The text was updated successfully, but these errors were encountered: