await Dialog.Alert("Total number of cases.", "Validation Error", new AlertOptions { Draggable = true });
If I open an alert inside my parent dialog, the component gets re-rendered and my current state is lost.
how to fix it.
await Dialog.Alert("Total number of cases.", "Validation Error", new AlertOptions { Draggable = true });
If I open an alert inside my parent dialog, the component gets re-rendered and my current state is lost.
how to fix it.
Check our forum FAQ on how to improve your post.