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 ee90cb8 commit c9770cbCopy full SHA for c9770cb
src/Components/test/testassets/BasicTestApp/QuickGridTest/SampleQuickGridComponent.razor
@@ -10,7 +10,7 @@
10
<div class="search-box">
11
<input type="search" autofocus @bind="firstNameFilter" @bind:event="oninput" placeholder="First name..." />
12
</div>
13
- <button id="close-column-options" @onclick="@(() => quickGrid.CloseColumnOptionsAsync())">Close Column Options</button>
+ <button type="button" id="close-column-options" @onclick="@(() => quickGrid.CloseColumnOptionsAsync())">Close Column Options</button>
14
</ColumnOptions>
15
</PropertyColumn>
16
<PropertyColumn Property="@(p => p.lastName)" Sortable="true" />
0 commit comments