Skip to content

Commit c594d2a

Browse files
Merge pull request #4783 from syncfusion-content/ej2-904018-listboxfix
904018: Remove checkbox form single and multiple selection listbox sample
2 parents 0734d9e + 875db82 commit c594d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor/listbox/selection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To enable single selection in the ListBox, [Mode](https://help.syncfusion.com/cr
2323
2424
<SfListBox TValue="string[]" DataSource="@Vehicles" TItem="VehicleData">
2525
<ListBoxFieldSettings Text="Text" Value="Id" />
26-
<ListBoxSelectionSettings ShowCheckbox="true" Mode="Syncfusion.Blazor.DropDowns.SelectionMode.Single"></ListBoxSelectionSettings>
26+
<ListBoxSelectionSettings Mode="Syncfusion.Blazor.DropDowns.SelectionMode.Single"></ListBoxSelectionSettings>
2727
</SfListBox>
2828
2929
@code {
@@ -58,7 +58,7 @@ N> By default, the selection mode is set as `Multiple`.
5858
@using Syncfusion.Blazor.DropDowns
5959
6060
<SfListBox TValue="string[]" DataSource="@Vehicles" TItem="VehicleData">
61-
<ListBoxSelectionSettings ShowCheckbox="true" Mode="Syncfusion.Blazor.DropDowns.SelectionMode.Multiple"></ListBoxSelectionSettings>
61+
<ListBoxSelectionSettings Mode="Syncfusion.Blazor.DropDowns.SelectionMode.Multiple"></ListBoxSelectionSettings>
6262
<ListBoxFieldSettings Text="Text" Value="Id" />
6363
</SfListBox>
6464

0 commit comments

Comments
 (0)