This commit is contained in:
2019-11-27 20:55:43 +00:00
parent c3ea911e1e
commit efd602b689
3 changed files with 59 additions and 1 deletions

View File

@@ -146,6 +146,9 @@
:error-messages="form().serverErrors(this, 'notes')"
ref="notes"
@change="onChange('notes')"
:rules="[
form().userRequiredFields(this, 'notes', 'WidgetNotes')
]"
auto-grow
clearable
></v-textarea>