Onscreen keyboard to appear with TimePicker

This commit is contained in:
Nicholas Wallace 2024-05-25 19:27:23 +00:00
parent ba6a4f1224
commit b9cb54db71

View File

@ -1,5 +1,5 @@
<template>
<div tabindex="0" @focus="focusDigit('second0')" class="relative">
<div type="text" readonly tabindex="0" @focus="focusDigit('second0')" class="relative">
<div class="rounded text-gray-200 border w-full px-3 py-2" :class="focusedDigit ? 'bg-primary bg-opacity-50 border-gray-300' : 'bg-primary border-gray-600'" @click="clickInput" v-click-outside="clickOutsideObj">
<div class="flex items-center">
<template v-for="(digit, index) in digitDisplay">