PerPage Select not rendering correctly? #1243
-
The PerPage select in the footer is not rendering correctly. It show 2 down arrows. All other items are rendering perfectly. Does somebody have an idea? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
luanfreitasdev
Dec 28, 2023
Replies: 1 comment 4 replies
-
I have opened an issue about it... I'll give you the solution I found: The file causing this phenomenon is located in the following path: /power-components/livewire-powergrid/resources/views/components/frameworks/tailwind/footer.blade.php To fix it, I removed the element that was repeating
After that, the element is now displayed correctly. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix this conflict and will be released in version 5.2
Power-Components/powergrid-doc#88