longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

second month is not showing on mobile devices #474

Closed zaibazhar closed 4 years ago

zaibazhar commented 5 years ago

I'm previewing the datepicker into mobile device in mobile its showing only one month ".month2" class is not rendering on mobile device, how to stick with 2 months throughout all the devices.

Desktop

screen shot 2019-02-05 at 10 53 35 am

Mobile

screen shot 2019-02-05 at 10 54 04 am
zaibazhar commented 5 years ago

I got it, I just added singleMonth: false, and its working on mobile and desktop with two months.