Skip to content

Draft: Process calculated, then load data, then warnings and time estimate

Valentin Valls requested to merge form-validation into main

Here is a rework of the async form validating.

I still don't know if it was a good idea to have a validation of the data before checking the callbacks.

I already know use case where mandatory params will create problems

  • i have a form where the estimation time do not depend on extra mandatory params
  • you maybe want to display warning without all the mandatory fields feed

Merge request reports