Can't get MoPopups to work #378
Answered
by
enisn
BinaryAssault
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
enisn
Jun 14, 2023
Replies: 1 comment 1 reply
-
Oh, sorry, it seems it is a bug. The default options aren't configured in the library. We'll fix this issue in the next patch release. You can use the following workaround in your builder.Services.Configure<DialogOptions>(options =>
{
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BinaryAssault
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, sorry, it seems it is a bug. The default options aren't configured in the library. We'll fix this issue in the next patch release.
You can use the following workaround in your
MauiProgram.cs