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
Is your feature request related to a problem? Please describe.
As was requested once ago on #3157, I would like to select multiple dates on my date picker, but not a range!
Describe the solution you'd like
I would like to provide an "isMulti" prop to the date picker component, which transform the "selected" prop from a Date to a Dates array; and show it properly on the UI (like the highlighted option)
The text was updated successfully, but these errors were encountered:
This would be awesome! I'm willing to sponsor this or submit a PR. Would either work for you @martijnrusschen? (Apologies for the ping, I know how annoying maintaining OS is...)
Is your feature request related to a problem? Please describe.
As was requested once ago on #3157, I would like to select multiple dates on my date picker, but not a range!
Describe the solution you'd like
I would like to provide an "isMulti" prop to the date picker component, which transform the "selected" prop from a Date to a Dates array; and show it properly on the UI (like the highlighted option)
The text was updated successfully, but these errors were encountered: