segmentio / evergreen

🌲 Evergreen React UI Framework by Segment
https://evergreen.segment.com
MIT License
12.38k stars 830 forks source link

RadioGroup doesn't support name prop #1522

Closed richardscarrott closed 1 year ago

richardscarrott commented 1 year ago

RadioGroup generates a random name prop, making it unusual for JS handling and unusable for HTML form submissions.

i.e. A native form action (server side) has no way of knowing what the name will be.

https://codesandbox.io/s/empty-https-ej6nsc

brandongregoryscott commented 1 year ago

Seems like an oversight, but should be simple enough to fix!

brandongregoryscott commented 1 year ago

This should be resolved in https://github.com/segmentio/evergreen/releases/tag/v6.10.4