Duplicate
Details
Details
Assignee
Unassigned
UnassignedReporter
Denys Bohdan
Denys BohdanPriority
Story Points
0
Sprint
None
Development Team
Thunderjet
Release
Morning Glory (R2 2022)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created July 9, 2020 at 12:11 PM
Updated March 21, 2022 at 12:56 PM
Resolved March 21, 2022 at 12:56 PM
./lib/AddressFieldGroup/AddressEdit/AddressEditList.js:import { FieldArray } from 'redux-form'; ./lib/AddressFieldGroup/AddressEdit/AddressEdit.js:import { Field } from 'redux-form'; ./lib/AddressFieldGroup/AddressEdit/EmbeddedAddressForm.js:import { Field } from 'redux-form'; ./lib/AddressFieldGroup/AddressList/AddressList.js: * components are passed through the redux-form Field component.
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 like fieldClass, fieldArrayClass, etc. in order to allow the calling components to override the (default: redux-form) class that is instantiated.