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 aa1821a commit 0e2c569Copy full SHA for 0e2c569
components/combobox/refresh-data.md
@@ -45,7 +45,7 @@ To refresh the ComboBox data when using [`OnRead`](slug:components/combobox/even
45
46
private void RebindComboBox()
47
{
48
- if (AllData.Count > 0)
+ if (AllData.Count > 1)
49
50
AllData.RemoveAt(0);
51
}
0 commit comments