This commit is contained in:
2021-05-03 20:36:20 +00:00
parent 364b9659a5
commit 64b66b76c4
17 changed files with 65 additions and 25 deletions

View File

@@ -48,7 +48,7 @@
v-model="obj.noteDate"
:readonly="formState.readOnly"
ref="noteDate"
test-id="noteDate"
data-cy="noteDate"
:error-messages="form().serverErrors(this, 'noteDate')"
@input="fieldValueChanged('noteDate')"
></gz-date-time-picker>