DialogServer Alert missing button text with default options #1686

Closed
opened 2026-01-29 17:57:15 +00:00 by claunia · 0 comments
Owner

Originally created by @jasonpennington5308 on GitHub (Mar 27, 2025).

There seems to be an issue introduced with v 6.3.3 for alerts using the DialogService.Alert function.

in 6.3.2 and before this line of code

await DialogService.Alert("There was an error processing your credit card: " + response.ErrorMessage, "Error processing Card");

will display as

Image

in 6.3.3 it displays as

Image

i.e. the default OK text is missing.

A similar issue can be seen in the Confirm function.

Originally created by @jasonpennington5308 on GitHub (Mar 27, 2025). There seems to be an issue introduced with v 6.3.3 for alerts using the DialogService.Alert function. in 6.3.2 and before this line of code `await DialogService.Alert("There was an error processing your credit card: " + response.ErrorMessage, "Error processing Card");` will display as ![Image](https://github.com/user-attachments/assets/52e1afbd-d1ad-4c34-b7b1-b438bbfdbc20) in 6.3.3 it displays as ![Image](https://github.com/user-attachments/assets/47c3d33c-ef24-4501-8446-07c67c7aec02) i.e. the default OK text is missing. A similar issue can be seen in the Confirm function.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1686