Checks that at least one of the child conditions is met. If none of the conditions is met, the component returns false
.
If you need all conditions to be met, use the condition.all component. You can also combine these components.
Name | Type | Description |
---|---|---|
type * | "condition.any" | Set component type. |
conditions | array | A set of conditions, at least one of which must be met. |
conditions[] | condition | Condition. |
hint | string | Validation error message that a Toloker will see. |