Done
Details
Details
Assignee
Yelyzaveta Khokhlova
Yelyzaveta KhokhlovaReporter
Denys Bohdan
Denys BohdanLabels
Priority
Story Points
3
Sprint
None
Development Team
Spitfire
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created July 9, 2020 at 12:12 PM
Updated March 1, 2021 at 8:31 AM
Resolved September 16, 2020 at 10:27 AM
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.