flatpickr
flatpickr copied to clipboard
Month select plugin is not using the native month picker on mobile.
https://jsfiddle.net/69k2espu/3/ (Can't seem to get this to run on mobile)
Your Environment
- flatpickr version used: vue-flatpickr-component: 8.1.5
- Browser name and version: Chrome 79.0.3904.69
- OS and version: Android 10, Pixel 2 - Build number QP1A. 191105.004
The month select plugin does not use the native month picker on mobile, it uses the standard date picker. Inspecting the element in shows the month picker used a type="date" attribute instead of type="month".
For example, this is the picker that appears when tapping on the month picker field:

And this is what should appear:

Can confirm.
- Firefox Mobile 68.2.0esr
- Firefox Preview 2.3.0
Would be nice to have the native / mobile support for all plugins =)
add attribute mode: 'multiple' or 'range' to fixed in mobile view
Sorry, I have same issue. Is there a way to completely resolve this with single mode?