remove native versions of date time pickers as now integrated into single controls

This commit is contained in:
2021-11-01 18:25:24 +00:00
parent 7159259083
commit 9290089630
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@
:readonly="readonly" :readonly="readonly"
:disabled="disabled" :disabled="disabled"
type="time" type="time"
:data-cy="'timeinput:' + testId" :data-cy="'tpick:' + testId"
></v-text-field> ></v-text-field>
</v-col> </v-col>
</template> </template>

View File

@@ -48,7 +48,7 @@
:readonly="readonly" :readonly="readonly"
:disabled="disabled" :disabled="disabled"
type="time" type="time"
:data-cy="'timeinput:' + testId" :data-cy="'tpick:' + testId"
></v-text-field> ></v-text-field>
</v-col> </v-col>
</template> </template>