fix: tree-select trigger twice change event
parent
2be1e77098
commit
c90afeeed2
|
@ -142,7 +142,6 @@ const SearchInput = {
|
||||||
<BaseInput
|
<BaseInput
|
||||||
type="text"
|
type="text"
|
||||||
ref={this.inputRef}
|
ref={this.inputRef}
|
||||||
onInput={handleInputChange}
|
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
onKeydown={onSearchInputKeyDown}
|
onKeydown={onSearchInputKeyDown}
|
||||||
value={searchValue}
|
value={searchValue}
|
||||||
|
|
Loading…
Reference in New Issue