fix: Parameters not being set in IDialogService.ShowDialogAsync #3476
Unanswered
TheBookOfMormon
asked this question in
Q&A
Replies: 1 comment
-
This is not an issue but a question on usage. It will be moved to the discussion area. Did you look at the example at https://fluentui-blazor.net/Dialog#customizeddialog? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🐛 Bug Report
The key/value pair passed in DialogParameters are not setting the parameters on the IDialogContentComponent component
💻 Repro or Code Sample
ConfirmDialog.razor
ConfirmDialog.razor.cs
Calling code...
🤔 Expected Behavior
I expect the dialog to show the text passed in via the
Message
key.😯 Current Behavior
The content is blank
💁 Possible Solution
Overriding SetParametersAsync on ConfirmDialog.razor reveals the only key in
parameters
isDialog
.Beta Was this translation helpful? Give feedback.
All reactions