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 6d46dfb commit fab60edCopy full SHA for fab60ed
src/BootstrapBlazor.Server/Components/Samples/AutoFills.razor
@@ -104,7 +104,10 @@
104
</ItemTemplate>
105
</AutoFill>
106
<section ignore>
107
- <EditorForm Model="@Model4" RowType="RowType.Inline" ItemsPerRow="2" />
+ @if (Model4 != null)
108
+ {
109
+ <EditorForm Model="@Model4" RowType="RowType.Inline" ItemsPerRow="2" />
110
+ }
111
</section>
112
</div>
113
@@ -128,7 +131,10 @@
128
131
129
132
130
133
134
135
136
137
138
139
140
0 commit comments