Skip to content

Commit 46cb7c4

Browse files
chore(dropDownList): fix snippet
1 parent 5c07cce commit 46cb7c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dropdownlist/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ The DropDownList component attempts to infer the type of its model and value bas
192192
193193
````CSHTML
194194
@using Telerik.Blazor.Components.DropDownList
195+
@using Telerik.Blazor.Components.Button
195196
196197
<TelerikDropDownList @ref="myDdlRef" Data="@myDdlData" TextField="MyTextField" ValueField="MyValueField" Value="5">
197198
</TelerikDropDownList>

0 commit comments

Comments
 (0)