Skip to content

Commit 0e2c569

Browse files
authored
Update components/combobox/refresh-data.md
1 parent aa1821a commit 0e2c569

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
@@ -45,7 +45,7 @@ To refresh the ComboBox data when using [`OnRead`](slug:components/combobox/even
4545
4646
private void RebindComboBox()
4747
{
48-
if (AllData.Count > 0)
48+
if (AllData.Count > 1)
4949
{
5050
AllData.RemoveAt(0);
5151
}

0 commit comments

Comments
 (0)