Feature: Displaying only the month
Hey, I like this project so far. But I now need the possibility to add a picker where one can only choose between month and year.
Thank you for your appreciation!
Since this is intended a polyfill, I'm not likely to add features that aren't available to the native input[type="date"] spec. I'm sorry!
Actually there exists a input[type="month"]. That was what I was thinking about
That is an interesting idea, to support more input type values. Will think about doing that this week! Thank you for the suggestion!
Note that this requires some refactoring in order to match the standard behavior, so it probably won't release for a bit.