ServerSide Validation through validation object

This commit is contained in:
2019-01-23 21:43:27 +01:00
parent ecadd21228
commit 3e501b29d0
7 changed files with 58 additions and 7 deletions

View File

@ -22,3 +22,9 @@ select,
textarea {
max-width: 280px;
}
.field-validation-error{
color:red;
}
.input-validation-error{
border: 2px solid red;
}