Currently submitErrors passed to our react-final-form compatible form components trigger the error state, but the submitError message itself isn't displayed.
We'll need to handle submitError here as well to enable the above: https://github.com/dhis2/ui/blob/alpha/packages/forms/src/shared/helpers/getValidationText.js#L4 (and there might be other changes necessary that I'm overlooking now).
Currently submitErrors passed to our react-final-form compatible form components trigger the error state, but the submitError message itself isn't displayed.
We'll need to handle
submitErrorhere as well to enable the above: https://github.com/dhis2/ui/blob/alpha/packages/forms/src/shared/helpers/getValidationText.js#L4 (and there might be other changes necessary that I'm overlooking now).