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 5c07cce commit 46cb7c4Copy full SHA for 46cb7c4
components/dropdownlist/overview.md
@@ -192,6 +192,7 @@ The DropDownList component attempts to infer the type of its model and value bas
192
193
````CSHTML
194
@using Telerik.Blazor.Components.DropDownList
195
+@using Telerik.Blazor.Components.Button
196
197
<TelerikDropDownList @ref="myDdlRef" Data="@myDdlData" TextField="MyTextField" ValueField="MyValueField" Value="5">
198
</TelerikDropDownList>
0 commit comments