Skip to content

Commit 712651a

Browse files
xristianstefanovTsvetomir-Hr
authored andcommitted
Update knowledge-base/dropdownlist-add-clear-button.md
Co-authored-by: Tsvetomir Hristov <[email protected]>
1 parent a206631 commit 712651a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/dropdownlist-add-clear-button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To add a clear button inside the DropDownList component, follow the steps below:
6262
</TelerikButton>
6363
6464
@code {
65-
protected string? SelectedItem { get; set; }
65+
private string? SelectedItem { get; set; }
6666
6767
protected List<string> DropDownData = new List<string>() { "first", "second", "third" };
6868

0 commit comments

Comments
 (0)