-
-
Notifications
You must be signed in to change notification settings - Fork 453
feat(RangeCalendar): make raw-value default v-model for RangeCalendar #2032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hello @ToBinio, Thank you very much for your contribution! Could you try adding this property to both |
|
Hi @epr3 I don't think this is necessary for either, since their behavior of the model already matches the behavior of |
|
Hi @ToBinio, Oh, right, then, to achieve consistency, could you update the logic for the It would bring the date range components in line in terms of Thank you! |
One problem with this, I just realized, is that the calendar has the option to cancel the selection with
or something else note: thoughts on having the WIP selection auto undo if the calendar loses focus? |
|
I'm thinking the first option with the |
|
I have now made the just to note: the behavior of |
commit: |
epr3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻
This adds a
rawModelValueto the RangeCalendar representing the currently selected dates, including undefined values.resolves #1820