Skip to content

Commit 1cf73bf

Browse files
dimodidimodi
authored andcommitted
Update components/combobox/refresh-data.md
1 parent 477a999 commit 1cf73bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/combobox/refresh-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To refresh the ComboBox data when using [`OnRead`](slug:components/combobox/even
6464
6565
protected override void OnInitialized()
6666
{
67-
for (int i = 1; i < 5; i++)
67+
for (int i = 1; i <= 5; i++)
6868
{
6969
AllData.Add(new ListItem()
7070
{

0 commit comments

Comments
 (0)