This commit is contained in:
2020-04-01 00:36:02 +00:00
parent 506cf7eb66
commit 0e8710acc7
3 changed files with 48 additions and 6 deletions

View File

@@ -50,6 +50,7 @@
@click:prepend="dlgtime = true"
readonly
:error="!!error"
:data-cy="'ttfpick:' + testId"
></v-text-field>
</template>
<v-time-picker

View File

@@ -100,7 +100,6 @@
v-model="obj.startDate"
:readonly="formState.readOnly"
ref="startDate"
data-cy="startDate"
testId="startDate"
:error-messages="form().serverErrors(this, 'startDate')"
@input="fieldValueChanged('startDate')"