-
-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with Pagination as current page selection is not visible. #719
Comments
It's working at https://flowbite-react.com/pagination - Try upgrading to v0.4.4? There were some changes to this component recently, but I don't know why you'd be having this issue regardless. |
I have updated the library still it is not showing selected page UI interface.
All Students
|
I have the same issue, It seems like the standard |
Same problem here :) @Timtendo12 exactly as he described. -- edit -- As a hotfix for anyone needing urgent fix I'd recommend applying the !important styles to globals -> usually shouldn't conflict with others, can also be limited to custom pagination class:
|
@adnankarim already opened a PR to resolve this issue: #725 waiting review. |
Still facing this same issue described by @Timtendo12 |
The flowbite-react.com documentation for Pagination is working correctly, so I'm not really sure what to tell you in this case. If you can provide a reproduction of the issue with more specific detail and possibly explore why it might be happening to you specifically please feel free to create a new issue for it. |
Describe the bug
When using the Pagination component in Flowbite React with Tailwind CSS in a NextJS project, the background or interface change for the current page indicator does not appear to be working.
Screenshots
![image](https://user-images.githubusercontent.com/44997411/234305424-c722542a-903a-485d-b00a-8fcae80fe017.png)
If applicable, add screenshots to help explain your problem.
System information:
Project information:
The text was updated successfully, but these errors were encountered: