fix: the $value
placeholder is not replaced in validation error messages
#921
Labels
status: fixed
Issues with merged PRs, but not released yet.
type: fix
Issues describing a broken feature.
Description
When triggered a validation error, the resulting error message with the variable $value shows the variable name instead of the actual value. Other ValidationError variables still work, like $property or $contraint1
Minimal code-snippet showcasing the problem
Expected behavior
Show the actual value of $value and not its name.
Actual behavior
Instead of seeing the following validation error message:
I am seeing this:
Version used
0.13.1
The text was updated successfully, but these errors were encountered: