Closed mbarton closed 1 month ago
Part of #876
We deliberately let you save incomplete or incorrect data but don’t currently signal such errors in the UI.
We probably don’t need to save errors in the model but can re-validate the form on initial page load.
Validation rules (from the published questions and advice):
>= 0
Percentage 100 <= n >= 0
100 <= n >= 0
Part of #876
We deliberately let you save incomplete or incorrect data but don’t currently signal such errors in the UI.
We probably don’t need to save errors in the model but can re-validate the form on initial page load.