Search code examples
c#.net-maui

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


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?


Solution

  • According to the link you provided, The newest version of the Acr.UserDialogs package has supported the .net maui.

    And you can check the package owner's sample which shows how to use Acr.UserDialogs version 8.0.1.

    Sample link: https://github.com/aritchie/userdialogs/tree/master/sample/Sample