소스 검색

Merge pull request #1213 from DouyinFE/fix/Cascader

Fixed the flickering problem when the pop-up window closes after searching in Cascader
代强 3 년 전
부모
커밋
82df3764a5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/semi-foundation/cascader/foundation.ts

+ 0 - 1
packages/semi-foundation/cascader/foundation.ts

@@ -532,7 +532,6 @@ export default class CascaderFoundation extends BaseFoundation<CascaderAdapter,
             this._adapter.updateStates({ inputValue });
             !multiple && this.toggle2SearchInput(false);
             !multiple && this._adapter.updateFocusState(false);
-            isSearching && this._adapter.updateStates({ isSearching: false });
         }
         this._notifyBlur(e);
     }