How to display a DatePicker popup in .NET MAUI project?

Viewed 88

For Xamarin projects to display Date picker in popup I used Acr.UserDialogs, but it is not compatible with .NET MAUI.

Is there a port or something like this for .NET MAUI?

If no, how can I display a date popup for a .NET MAUI project?

1 Answers
Related