Skip to content
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

fix: #6405 Fix Tailwind theme for TriStateCheckbox #6406

Merged

Conversation

gcko
Copy link
Contributor

@gcko gcko commented Apr 17, 2024

fix: #6405 Fix Tailwind theme for TriStateCheckbox

  • add missing ptm('input') to inputProps for use on the input Element. This aligns with other Primereact components
  • Fix default tailwind styling in tailwind/index.js
  • Update the tailwinddoc.js files for TriStateCheckbox

- add missing `ptm('input')` to `inputProps` for use on the `input` Element. This aligns with other Primereact components
- Fix default tailwind styling in `tailwind/index.js`
- Update the tailwinddoc.js files for TriStateCheckbox
Copy link

vercel bot commented Apr 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Apr 17, 2024 5:40am
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Apr 17, 2024 5:40am

@gcko
Copy link
Contributor Author

gcko commented Apr 17, 2024

@melloware i'd consider this high priority for Primereact Tailwind users because ptm('input') is missing in tristatecheckbox.js.

Because of that, this component's styling cannot be fixed easily with a workaround.

@melloware melloware added the Component: Tailwind Tailwind specific issue label Apr 17, 2024
@melloware melloware merged commit 95f87b7 into primefaces:master Apr 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Tailwind Tailwind specific issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TriStateCheckbox: Upgrading to 10.6.3 with Tailwind theme breaks component
2 participants