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 a206631 commit 712651aCopy full SHA for 712651a
knowledge-base/dropdownlist-add-clear-button.md
@@ -62,7 +62,7 @@ To add a clear button inside the DropDownList component, follow the steps below:
62
</TelerikButton>
63
64
@code {
65
- protected string? SelectedItem { get; set; }
+ private string? SelectedItem { get; set; }
66
67
protected List<string> DropDownData = new List<string>() { "first", "second", "third" };
68
0 commit comments