Alex-Dobrynin/Controls.UserDialogs.Maui

Missing prompt configuration

Arieldelossantos opened this issue · 2 comments

I'm upgrading from Forms to Maui and i'm having issues upgrading PromptAsync, DatePromptConfig and PromptConfig.

i've also noted some missing features:

  • Date
  • Prompt
  • Time

Any idea on when this is going to be migrated too? Thanks

This library does not support such dialogs as you described. This is not Acr.UserDialogs.
If you need such popups, you can use this library MPowerKit.Popups and create custom dialogs for your needs.
Or you can create a PR with this implementations.

Prompts can currently be achieved with Page.DisplayPromptAsync(), and the typed input will be available in .Net 9.0