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.
Overview
FinalForm pushes a checked value based on it's own preference of how Fields are set (by using the
value
, but we useoption
. We'll likely move to usingvalue
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