hof 22.13.1 → 22.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -38,7 +38,7 @@ const postProcess = (req, key) => {
|
|
|
38
38
|
* - Resolves required validators and optional configurations for child components.
|
|
39
39
|
* - Propagates child component field data and values to the request to enable their validation.
|
|
40
40
|
* - Adds a custom 'equal' validator to the unit child component.
|
|
41
|
-
* - Adds a custom 'twoHyphenSeparatedValues' validator to the parent component to validate
|
|
41
|
+
* - Adds a custom 'twoHyphenSeparatedValues' validator to the parent component to validate value format.
|
|
42
42
|
* - Moves excess validators that do not apply to the parent component to the 'amount' child component.
|
|
43
43
|
* @param {Object} req - The form's request object.
|
|
44
44
|
* @param {Object} fields - The component's child field definitions and configurations.
|