Checks that all child conditions are met. If any of the conditions is not met, the component returns 'false'.
View exampleIf you only need one out of several conditions to be met, use the condition.any component. You can also combine these components.
Name | Type | Description |
---|---|---|
type * | "condition.all" | Set component type. |
conditions | array | A set of conditions that must be met. |
conditions[] | condition | Required condition. |
hint | string | Validation error message that a Toloker will see. |