TabView scrollable previousButton vs prevButton #6774
Labels
Component: Unstyled
Issue related to unstyled/passthrough attributes
good first issue
*** Welcome to PrimeReact Family! *** Good issue!
Describe the bug
In the
TabView
component with thescrollable
attribute (https://primereact.org/tabview/#scrollable) thept
key for the arrow on the left is calledpreviousButton
primereact/components/lib/tabview/tabview.d.ts
Line 349 in 825a52d
prevButton
works for styling the element.I assume the key in the type definition is false and should be
prevButton
.See https://stackblitz.com/edit/ziz4cm?file=src%2FApp.jsx%3AL15 for a minimal example.
Reproducer
https://stackblitz.com/edit/ziz4cm?file=src%2FApp.jsx%3AL15
PrimeReact version
latest
React version
18.x
Language
TypeScript
Build / Runtime
Next.js
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: