RadioButton Styling Not Applied Due to Name Changes #2378
-
I'm using the RadioButton component, and when applying styling with pt using unstyled, the input part is not being applied, nor is the icon. By checking the files on GitHub, I found a change that altered the names used in the component. Therefore, it's necessary to update the names in RadioButtonPassThroughOptions as well, which is outdated and causing the passed styling to never be applied. Link to the change: GitHub Commit |
Beta Was this translation helpful? Give feedback.
Answered by
melloware
Jul 30, 2024
Replies: 1 comment 2 replies
-
Why not submit a PR fixing the issue if you have diagnosed it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ManoLuuL its fixed in 10.8.0 with this ticket: primefaces/primereact#6941
IT was wrong the PT option is
rowRadioButton
androwCheckBox
now and they have the full Checkbox implementation