MultiDatePicker icon indicating copy to clipboard operation
MultiDatePicker copied to clipboard

Results 7 MultiDatePicker issues
Sort by recently updated
recently updated
newest added

When running on a simulated iOS 14 tablet I select the month to get the month dropdown. I get the following error and the app crashes: Thread 1 : EXC_BAD_ACCESS...

The Binding does not seem to work under iOS16.2, SwiftUI, XCode 14.2 I call the CalendarView like so: ``` .sheet(item: $activeSheet) { sheet in switch sheet { case .mySheet: CalendarView(dateRange:...

Some improvements to use dark mode and dynamic size with this component.

Could you suppourt SPM ?

Add possibility to change first weekday from Sunday to Monday according to current calendar

Get the previous date when I'm select a particular date. For example: if I'm select the date as of 05/04/2021 but when I print the "dayOfMonth.date" then it will give...