wv-validation
Purpose
<wv-validation/>
. Used when a validation message is needed outside of a the <wv-form/>
element
Properties
name | description |
---|---|
show-errors |
object type: default value: is required: Whether to show a list of specific errors in the validation element |
validation |
object type: default value: is required: The validation details to present |
Example
<wv-validation show-errors="false" validation="@validation"></wv-validation>