katemihalikova / ion-datetime-picker

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

Is it possible to display only months and years? #75

Open dm-grinko opened 7 years ago

dm-grinko commented 7 years ago

I try to disable calendar via css but it is not possible.. I need to add some wrapper class to this popup. I want this

.ion-datetime-picker .calendar {
    display: none;
}

But it disables other calendars on my single page application. Help me please.

katemihalikova commented 7 years ago

It is not possible right now. You can use styles of the picker to make your own popup with just month and year selects/inputs as you need. I can add this enhancement to next major.

Also you can read these slides :)