This commit is contained in:
2019-11-26 19:02:24 +00:00
parent 4c667b39a2
commit 3dc39cbd36
2 changed files with 46 additions and 9 deletions

View File

@@ -53,7 +53,14 @@
:label="lt(item.fld)"
:ref="item.fld"
:error-messages="form().serverErrors(parentVM, item.fld)"
:rules="[form().required(parentVM, item.fld, _self)]"
:rules="[
form().customFieldsCheck(
parentVM,
item.dataKey,
_self,
lt(item.fld)
)
]"
auto-grow
clearable
></v-textarea>