Skip to content

Commit 23272aa

Browse files
committed
fix: 增加 change 销毁事件
1 parent 52df4f4 commit 23272aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapBlazor/Components/AutoComplete/AutoComplete.razor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export function dispose(id) {
170170
EventHandler.off(input, 'focus')
171171
}
172172
}
173+
EventHandler.off(input, 'change');
173174
EventHandler.off(input, 'keyup');
174175
EventHandler.off(input, 'blur');
175176
Input.dispose(input);

0 commit comments

Comments
 (0)