dwqs / v2-datepicker

A simple datepicker component based Vue 2.x: https://dwqs.github.io/v2-datepicker/
MIT License
89 stars 21 forks source link

Single panel for range-picker #1

Closed vinayakkulkarni closed 6 years ago

vinayakkulkarni commented 6 years ago

Instead of two panels, single panel for daterange picker?

screen shot 2018-02-24 at 12 49 39 pm
dwqs commented 6 years ago

When two panels have the same month, it's maybe difficult to convert two panels to a single panel. Maybe a good way is disabled 'next month selecting' for left panel when unlink-panels is true and month is close, just like this @vinayakkulkarni

vinayakkulkarni commented 6 years ago

The jsfiddle links is wrong. can you please update it ?

dwqs commented 6 years ago

See here: http://element.eleme.io/2.0/#/en-US/component/date-picker#date-range

image