Topic: Carousel autoplay stops on hover even when pause is set to false
EthanPB priority asked 1 month ago
Expected behavior When the Pause attribute is specified as false, the carousel should continue auto-play when the mouse is over it.
Actual behavior Default behaviour continues, and the carousel auto-play stops when hoving over it with a mouse.
Resources (screenshots, code snippets etc.)
The browser JS console complains about "Warning: Received false
for a non-boolean attribute pause
"
Example setup:
<MDBCarousel fade interval={5000} pause={false} touch={false} >
<!-- Carousel Items -->
</MDBCarousel>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 8.0.0
- Device: Desktop
- Browser: Google Chrome
- OS: Windows 11
- Provided sample code: Yes
- Provided link: No
Mateusz Lazaru staff commented 1 month ago
Thanks for reporting this issue, I've added a task to fix it.