Blazored / Modal

A powerful and customizable modal implementation for Blazor applications.
https://blazored.github.io/Modal/
MIT License
764 stars 184 forks source link

[Feature Request] Dynamic buttons in footer. #563

Open abbottmw opened 4 months ago

abbottmw commented 4 months ago

This is more of a question/feature.

Is there a way by using the IModalService and have the ability to change the buttons in the footer? I know there is the way to replace the whole modal with a Custom Modal, but you still cant say _modal.Show() and use a custom modal.

Or is there another way?