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 477a999 commit 1cf73bfCopy full SHA for 1cf73bf
components/combobox/refresh-data.md
@@ -64,7 +64,7 @@ To refresh the ComboBox data when using [`OnRead`](slug:components/combobox/even
64
65
protected override void OnInitialized()
66
{
67
- for (int i = 1; i < 5; i++)
+ for (int i = 1; i <= 5; i++)
68
69
AllData.Add(new ListItem()
70
0 commit comments