feat: cascader add search event
parent
0d84ed1534
commit
ff07ecd3e7
|
@ -260,6 +260,7 @@ const Cascader = {
|
|||
handleInputChange(e) {
|
||||
const inputValue = e.target.value;
|
||||
this.setState({ inputValue });
|
||||
this.$emit('search', inputValue);
|
||||
},
|
||||
|
||||
setValue(value, selectedOptions) {
|
||||
|
|
Loading…
Reference in New Issue