remove native versions of date time pickers as now integrated into single controls
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
:readonly="readonly"
|
||||
:disabled="disabled"
|
||||
type="time"
|
||||
:data-cy="'timeinput:' + testId"
|
||||
:data-cy="'tpick:' + testId"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
</template>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
:readonly="readonly"
|
||||
:disabled="disabled"
|
||||
type="time"
|
||||
:data-cy="'timeinput:' + testId"
|
||||
:data-cy="'tpick:' + testId"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user