blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

Modal Title and HeaderTemplate

Open abbottmw opened this issue 1 month ago • 0 comments

Is there a way to use the Title attribute of ShowAsync(title:"hello") and provide a HeaderTemplate?

Looking at the source code it looks like it checks if the title argument is provided to use it over the HeaderTemplate.

I'd like to be able to use the HeaderTemplate and reference the title in the template.

To get around this issue I had to make the title argument and empty string for it to use the HeaderTemplate.

abbottmw avatar May 11 '24 00:05 abbottmw