yankaindustries / mc-components

Components library and core styles for Masterclass
https://yankaindustries.github.io/mc-components
11 stars 3 forks source link

Updating RadioField to work better with FinalForm #772

Closed jstnjns closed 3 years ago

jstnjns commented 3 years ago

Overview

FinalForm pushes a checked value based on it's own preference of how Fields are set (by using the value, but we use option. We'll likely move to using value in the future, but in the short term this was the simplest fix to get RadioFields compatible with FinalForm.

Risks

None - no usage of this component except for new usage, and this resolves a bug.

Changes

No visible changes, radios just actually show active when chosen.

Breaking change?

Backwards Compatible