We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cc7d4 commit 406eb19Copy full SHA for 406eb19
src/BootstrapBlazor/Components/IFrame/IFrame.razor
@@ -2,4 +2,4 @@
2
@inherits BootstrapModuleComponentBase
3
@attribute [BootstrapModuleAutoLoader(JSObjectReference = true)]
4
5
-<iframe id="@Id" src="@Src" frameborder="0" class="@ClassString"></iframe>
+<iframe @attributes="AdditionalAttributes" id="@Id" src="@Src" class="@ClassString"></iframe>
0 commit comments