katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
169 stars 101 forks source link

Disable Time inputs #111

Closed inceptivetech closed 7 years ago

inceptivetech commented 7 years ago

Hi Kate,

How to disable time inputs. Time inputs only work on up and down arrow.

edgargrs commented 5 years ago

this worked for me

.ion-datetime-picker input[type="text"] {
    pointer-events: none !important;
}