-
Notifications
You must be signed in to change notification settings - Fork 6k
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
added keepEmptyValues option #1558
Conversation
f2d52ee
to
74d2214
Compare
74d2214
to
d6ed551
Compare
d6ed551
to
7b5f106
Compare
@steffendietz Great! Can you rebase the branch agianst the current master? |
If this option is set to true, it will stop propagation of a selected date to other, currently empty, pickers in a date range setup. Default for this option is false, to keep the current behavior.
done 🚒 |
Thanks, LGTM. 👍 |
keepEmptyValues | ||
--------------- | ||
|
||
Boolean. Default: false |
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.
Can you add the option an its default value to the overview at the bottom of this docs file
@steffendietz The PR was merged butI had some extra comments, can you fix those in a separate pr against master? Thanks! |
@acrobat Yes. Will do so tomorrow. |
If this option is set to true, it will stop propagation of a selected
date to other, currently empty, pickers in a date range setup.
Default for this option is false, to keep the current behavior.
fixes #1454