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