You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment it fails silently, because total is not a field and redux-form does not seem to apply validation rules to field sections. Need further investigations.
If total is required, it should be at least the empty object {}. It should not require that all the subfields are required, but only those actually required.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
For example, total is AmountInput
input Order {
total: AmountInput!
}
At the moment it fails silently, because total is not a field and redux-form does not seem to apply validation rules to field sections. Need further investigations.
If total is required, it should be at least the empty object {}. It should not require that all the subfields are required, but only those actually required.
The text was updated successfully, but these errors were encountered: