Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Previously, projects could only reference built-in Vuelidate validators and a few custom validators provided by the product in configuration. Now, it is possible to write project-specific validation functions that dynamically validate a field's value based on the state of other fields. This provides greater flexibility and allows for more complex validation logic directly within the editing forms.

...

Implementing a Validation Rule (ADEO Case)

To illustrate how to define a custom validator, let's take a concrete example from the ADEO project.

...