Date picker: Select multiple, non-contiguous dates #4388
-
I'm trying to migrate one of my company's legacy date picker components to use react-aria (mostly for accessibility issues). This legacy implementation accepts an array of non-contiguous dates, meaning you can select arbitrary dates that are not necessarily a range. Can this be done with react-aria? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, if you're interested in using the Or use the new headless |
Beta Was this translation helpful? Give feedback.
Ahh ok, I misunderstood. I believe I answered this here then: #3657 (comment)