Skip to content

Commit 0644397

Browse files
committed
revert: 撤销 js 方法
1 parent e96725e commit 0644397

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,3 @@ const scrollIntoView = (el, item) => {
234234
}
235235

236236
export { handleKeyUp, select, selectAllByFocus, selectAllByEnter }
237-
238-
export function getInputValue(id) {
239-
const ac = Data.get(id);
240-
if (ac && ac.input) {
241-
return ac.input.value;
242-
}
243-
return "";
244-
}

0 commit comments

Comments
 (0)