cfpb / design-system-react

A React/Storybook implementation of CFPB's Design System
https://cfpb.github.io/design-system-react/
MIT License
6 stars 4 forks source link

[RadioButton] Accept additional input props #349

Closed virginiacc closed 3 months ago

virginiacc commented 3 months ago

It isn't currently possible to set properties on the RadioButton input that aren’t specifically enumerated in the the component’s props. This PR addresses that by passing any remaining props to the input element.

Changes

How to test this PR

  1. Verify that tests pass
netlify[bot] commented 3 months ago

Deploy Preview for cfpb-design-system-react ready!

Name Link
Latest commit 7b4ba6af8474fb9a3023e408566f92da12ad7d93
Latest deploy log https://app.netlify.com/sites/cfpb-design-system-react/deploys/6646564012eb2e0008b567fd
Deploy Preview https://deploy-preview-349--cfpb-design-system-react.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

virginiacc commented 3 months ago

Thanks for reviewing, @meissadia!