TriStateCheckbox: Upgrading to 10.6.3 with Tailwind theme breaks component #6405
Labels
Component: Tailwind
Tailwind specific issue
Type: Bug
Issue contains a defect related to a specific component.
Milestone
Describe the bug
After updating PrimeReact from version 10.5.1 to 10.6.2 the TriStateCheckbox component is no longer properly styled and the styling breaks even more when clicked
It also shows a the checkbox input instead of the styled div container. Checking the checkbox makes it change its state.
This is an image of it prior to being selected
This is an image of it after being selected the first time
This is an image of it after being selected the second time
This Can be demonstrated on the live documentation page: TriStateCheckbox > Theming > Unstyled
Reproducer
https://primereact.org/tristatecheckbox/#tailwind
PrimeReact version
10.6.3
React version
18.x
Language
TypeScript
Build / Runtime
Next.js
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The styling should be consistent with the default styled variant of the TriStateCheckbox component
The text was updated successfully, but these errors were encountered: