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

feat: 🎸 SQFormRadioButtonGroup accepts React Element child arr #694

Merged
merged 2 commits into from
Jul 1, 2022

Conversation

lucas-homer
Copy link
Contributor

SQFormRadioButtonGroup accepts children in shape of array of React
Elements

Closes: #693

Loom demo

This addresses an issue originating from AQE2

SQFormRadioButtonGroup accepts children in shape of array of React
Elements

✅ Closes: #693
@20BBrown14
Copy link
Contributor

6 minute loom video? Burn the witch!

Also, looks good to me after fixing the failed tests. I think checking that every item is a valid react element should be fine.

@lucas-homer
Copy link
Contributor Author

6 minute loom video? Burn the witch!

Also, looks good to me after fixing the failed tests. I think checking that every item is a valid react element should be fine.

Yeah, I'm trying to figure out why the tests failed for stories I didn't touch...

@lucas-homer
Copy link
Contributor Author

6 minute loom video? Burn the witch!
Also, looks good to me after fixing the failed tests. I think checking that every item is a valid react element should be fine.

Yeah, I'm trying to figure out why the tests failed for stories I didn't touch...

ope, it's cause I got rid of the handleBlur. standby!

add onBlur handler back

✅ Closes: 693
@lucas-homer lucas-homer merged commit a03240a into master Jul 1, 2022
@lucas-homer lucas-homer deleted the issue693--SQFormRadioButtonGroup branch July 1, 2022 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Radio Button groups more composable
4 participants