This commit is contained in:
2020-12-23 23:08:58 +00:00
parent 82749eb98b
commit d6e626b478
3 changed files with 117 additions and 118 deletions

View File

@@ -50,8 +50,7 @@
ref="count"
data-cy="count"
:rules="[form().integerValid(this, 'count')]"
:error-messages="['blah', 'blah2']"
:serror-messages="form().serverErrors(this, 'count')"
:error-messages="form().serverErrors(this, 'count')"
@input="fieldValueChanged('count')"
type="number"
></v-text-field>
@@ -86,14 +85,11 @@
:readonly="formState.readOnly"
ref="startDate"
testId="startDate"
:error-messages="[
'blah',
'blah2 teh quick brown fox jumped over teh six lazy dogs'
]"
:error-messages="form().serverErrors(this, 'startDate')"
@input="fieldValueChanged('startDate')"
></gz-date-time-picker>
</v-col>
<!-- :error-messages="form().serverErrors(this, 'startDate')" -->
<v-col cols="12" sm="6" lg="4" xl="3">
<gz-date-time-picker
:label="$ay.t('WidgetEndDate')"