remove native versions of date time pickers as now integrated into single controls
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user