Paginator: Focus Style Customization Not Applied to Component Items. #1648
Unanswered
ManoLuuL
asked this question in
PrimeReact
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the basic model of the component, if we open it and use the up and down arrows, there will be navigation through the items, thus focused.
link: https://primereact.org/paginator/#basic
By using the unstyle prop and passing customization through Tailwind CSS, there is no styling feedback when performing the same process of opening the component and trying to navigate with it, thus lacking any indication of focus.
When analyzing the focus customization, in the rowperpagedropdown(RPPDropdown) -> item -> context.focused part, its value is undefined, potentially causing the styling not to work.
link: https://primereact.org/paginator/#tailwind
Beta Was this translation helpful? Give feedback.
All reactions