Closed inceptivetech closed 7 years ago
Hi Kate,
How to disable time inputs. Time inputs only work on up and down arrow.
this worked for me
.ion-datetime-picker input[type="text"] { pointer-events: none !important; }
Hi Kate,
How to disable time inputs. Time inputs only work on up and down arrow.