You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm playing with pair and direction options and it doesn't seem quite right to define a generic datetime range:
picker A top limited by the value of picker B, if there is no value, do not limit
picker B bottom limited by the value of picker A, if there is no value, do not limit
It seems the direction option considers the reference date to today, so I can't set 1st day last month as the picker B value and let picker A be top limited by that value.
To be able to use this picker, ranges is a requirement for my application. The library seems really good for my other use cases, I really like, for instance, the format being specified in the PHP way, and has many other useful options, just lacking on the range thing.
Thanks!
The text was updated successfully, but these errors were encountered:
yes, setting the pair attribute doesn't work when set to both date pickers. that's why it is eternally called sort of :)
might give this a try - proper pairing, with two open pickers - this year. i can commit to anything more exact than that :)
but thanks for the feedback!
I'm playing with pair and direction options and it doesn't seem quite right to define a generic datetime range:
It seems the
direction
option considers the reference date to today, so I can't set 1st day last month as the picker B value and let picker A be top limited by that value.Not sure how this could be accomplished. Reading the docs the range pickers seem to be a missing feature "Date ranges (sort of)" https://stefangabos.github.io/Zebra_Datepicker/
To be able to use this picker, ranges is a requirement for my application. The library seems really good for my other use cases, I really like, for instance, the format being specified in the PHP way, and has many other useful options, just lacking on the range thing.
Thanks!
The text was updated successfully, but these errors were encountered: