You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, if I use rangePlugin and both the input are input type="date" the first input is converted with type="text but not the second one that remains type"date"
So if I transform the input type="date" in input type="text" it works on desktop, but not on mobile where only the first field works with native datepicker, not the second one.
Have you tried setting de config option disableMobile: true? It seems like the plugin does not function correctly with the mobile option. For me setting the disableMobile makes the second field also work. Now I only need to worry about #2288
Hi, if I use rangePlugin and both the input are
input type="date"
the first input is converted withtype="text
but not the second one that remainstype"date"
So if I transform the
input type="date"
ininput type="text"
it works on desktop, but not on mobile where only the first field works with native datepicker, not the second one.Moreover, the plugin does not seem to work properly on mobile even on the demo page here: https://flatpickr.js.org/plugins/#rangeplugin-beta.
https://jsfiddle.net/jx8b4g1h/
Your Environment
The text was updated successfully, but these errors were encountered: