Custom element that displays the validation errors for the child elements automatically.
Multiple validated children will cause the display of multiple errors. It is recommended to only use a single validate binding behavior per element.
<validated-control> <your-validation-target value.bind="value & validate"></your-validation-target></validated-control> Copy
<validated-control> <your-validation-target value.bind="value & validate"></your-validation-target></validated-control>
If true, the element uses the same layout as the element.
Custom element that displays the validation errors for the child elements automatically.
Example