Skip to content

Commit 7b5afdd

Browse files
dimodidimodi
authored andcommitted
Update knowledge-base/combobox-auto-select-on-blur.md
1 parent b1bfeda commit 7b5afdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/combobox-auto-select-on-blur.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To automatically select the first matching item in the ComboBox when the input l
100100
</script>
101101
102102
@code {
103-
private DotNetObjectReference<Counter>? DotNetRef { get; set; }
103+
private DotNetObjectReference<__Main>? DotNetRef { get; set; }
104104
105105
private List<ListItem> ComboBoxData { get; set; } = new();
106106
private int ComboBoxValue { get; set; }

0 commit comments

Comments
 (0)