Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 9bb117c

Browse files
authored
chore(searchbox): remove deduplications
1 parent 74cf685 commit 9bb117c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/components/SearchBox.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,6 @@ export default {
8484
localValue: '',
8585
};
8686
},
87-
methods: {
88-
onFormSubmit() {
89-
const input = this.$el.querySelector('input[type=search]');
90-
input.blur();
91-
},
92-
onFormReset() {
93-
this.state.refine('');
94-
},
95-
},
9687
computed: {
9788
isControlled() {
9889
return typeof this.value !== 'undefined';

0 commit comments

Comments
 (0)