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

Issue with display calander if container in display none #408

Open ljdhameliya opened 6 years ago

ljdhameliya commented 6 years ago

i have used jQuery Date Range Picker and in one page used two DateRange picker one is hide and another is show firsttime. when i show already hide datarange picker it comes from browser left-top corner after second time it works fine. this issue only comes if we used display:none property of Data-Range picker container.

image