Show the range from begin month
Closed this issue · 2 comments
Hi, Damien!
You made a great date range picker!
I have a question about start and finish range date begin.
What's the point?
Today is 09 March. I set the date range from 15 March to 05 April and save it.
Then I refresh the page, after page is loaded I see that current month setted as April (because the end range is next month and i do not see March), it would be better if calendar could begin from Start range - March!
What I see when page is loaded: (End of the range)
What i expected to see: (Start of the range)
I try to use begin param with a start date, but it does not help.
<date-range-picker
ref="rangepicker"
:begin="'{{ $item->start }}'"
:from="'{{ $item->start }}'"
:to="'{{ $item->finish }}'"
:past="false"
/>
Btw, it would be useful to add a Home icon (or a method to quickly back to the current day, but without it selected)
Hi @eleave thanks for you feedback i will add a rangeDisplayed
Prop so you can select which range to display between to
and from
available now in v0.1.11