fix: tree-select trigger twice change event

feat-less4
tangjinzhou 2020-12-26 23:01:04 +08:00
parent 2be1e77098
commit c90afeeed2
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ const SearchInput = {
<BaseInput
type="text"
ref={this.inputRef}
onInput={handleInputChange}
onChange={handleInputChange}
onKeydown={onSearchInputKeyDown}
value={searchValue}