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
When the swiper is enabled dynamically by calling enable method, the lock class isn't getting added to navigation buttons and pagination, therefore they are visible even when there aren't enough slides for the swiper.
Expected Behavior
The lock class to be added to navigation items and pagination.
Check that this is really a bug
Reproduction link
https://codepen.io/kyrylo-soulandwolf/pen/RwEGxdp
Bug description
When the swiper is enabled dynamically by calling
enable
method, the lock class isn't getting added to navigation buttons and pagination, therefore they are visible even when there aren't enough slides for the swiper.Expected Behavior
The lock class to be added to navigation items and pagination.
Actual Behavior
The lock class is missing.
Swiper version
10.2.0
Platform/Target and Browser Versions
All
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: