mymth / vanillajs-datepicker

A vanilla JavaScript remake of bootstrap-datepicker for Bulma and other CSS frameworks
MIT License
719 stars 147 forks source link

Is there a way to show an inline DateRangePicker? #178

Closed VIEWSION closed 2 weeks ago

mymth commented 4 months ago

No. DateRangePicker constructor requires an element that contains 2 \<input> elements.

smalos commented 2 weeks ago

@mymth Since this is not possible, shouldn't the issue be closed?