Paragon 22 includes breaking changes for Form.Autosuggest. These should aid in simplifying the implementation of CountryField, but some changes may be needed in Paragon to support certain parts of the error handling logic. One part that stands out is handleErrorChange as seen here:
|
handleErrorChange('country', error); |
Paragon 22 includes breaking changes for Form.Autosuggest. These should aid in simplifying the implementation of
CountryField, but some changes may be needed in Paragon to support certain parts of the error handling logic. One part that stands out ishandleErrorChangeas seen here:frontend-app-authn/src/register/RegistrationFields/CountryField/CountryField.jsx
Line 68 in 2ea9301