RangeCalendar no longer supports a null value? #6776
Stanaland-Michael-bah
started this conversation in
General
Replies: 1 comment
-
Looks like that was accidental, as a result of a gnarly, not-at-all-fun change as you pointed out, haha. Thank you for reporting it. I've opened a PR to fix it. #6790 and addressed a few more things that fell out of testing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question probably for @snowystinger ...
In general, the date pickers and calendars accept values that are either a
DateValue
ornull
, but it appear's thenull
option was lost for RangeCalendar.Looks like it was this gnarly, not-at-all-fun PR ... the RangeCalendarProps interface lost the
ValueBase<RangeValue<T> | null>
bit.Just wanted to confirm this was an intentional change, as it surprised me when I updated react-aria today.
Beta Was this translation helpful? Give feedback.
All reactions