You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Pass Through options in the Radio Button, class names do not get passed through to the sub-components (icon, box, and input). This is due to a mismatch between typescript declarations and JavaScript implementation.
Describe the bug
When using Pass Through options in the Radio Button, class names do not get passed through to the sub-components (icon, box, and input). This is due to a mismatch between typescript declarations and JavaScript implementation.
PR Fix: #6935
Reproducer
https://stackblitz.com/edit/vitejs-vite-c5ti3f
System Information
primereact: 10.7.0
Steps to reproduce the behavior
Open StackBlitz example in separate browser tab. Open Dev tools. Observe that the specified class names do not appear in the DOM.
Expected behavior
Class names specified in Pass Through options should be passed through to the sub-components.
The text was updated successfully, but these errors were encountered: