Duplicate
Details
Details
Assignee
Unassigned
UnassignedReporter
Zak Burke
Zak BurkePriority
Sprint
None
Development Team
Spitfire
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 7, 2020 at 3:47 PM
Updated October 9, 2020 at 5:49 PM
Resolved July 16, 2020 at 1:15 PM
Many components use
redux-form
:In an ideal world, we would issue a breaking change and import
Field, FieldArray
etc from `final-form` but in order to do this in a non-breaking way, we can refactor them to accept props likefieldClass, fieldArrayClass
, etc. in order to allow the calling components to override the (default: redux-form) class that is instantiated.