Skip to content

Commit 5e80e80

Browse files
committed
chore: update vue to 3.0 beta17
1 parent 16e6118 commit 5e80e80

File tree

2 files changed

+215
-230
lines changed

2 files changed

+215
-230
lines changed

components/vc-select/Select.jsx

-15
Original file line numberDiff line numberDiff line change
@@ -881,21 +881,6 @@ const Select = {
881881
if (fireSearch) {
882882
this.$emit('search', inputValue);
883883
}
884-
} else {
885-
// TODO
886-
// https://github.com/vuejs/vue-next/issues/1471
887-
this.setState(
888-
{
889-
_inputValue: `${inputValue} `,
890-
},
891-
);
892-
this.$nextTick(()=>{
893-
this.setState(
894-
{
895-
_inputValue: inputValue,
896-
},
897-
);
898-
});
899884
}
900885
},
901886
getValueByInput(str) {

0 commit comments

Comments
 (0)