Checks whether the original value is equal to the specified value. If it matches, it returns true
, otherwise it returns false
.
When substituting values, you can refer to data.*
or another element using $ref
. You can also use helpers and conditions to get the value.
Name | Type | Description |
---|---|---|
type * | "condition.equals" | Set component type. |
data | any | Original value. If not specified, it uses the value returned by the parent component (the component that contains
|
hint | string | Validation error message that a Toloker will see. |
to * | any | The value to compare with the original.
|
Last updated: March 30, 2023