Skip to content

Commit

Permalink
fix(treeselect): 修复过滤后无法选中问题
Browse files Browse the repository at this point in the history
修复过滤后无法选中问题

fix #887
  • Loading branch information
Banana-energy committed Jun 15, 2022
1 parent 8008f58 commit e53c17d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tree-select/tree-select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ export default mixins(getConfigReceiverMixins<Vue, TreeSelectConfig>('treeSelect
blur(ctx: InputBlurEventParams[1]) {
this.focusing = false;
this.filterText = '';
this.filterByText = null;
emitEvent<Parameters<TdTreeSelectProps['onBlur']>>(this, 'blur', { value: this.value, ...ctx });
},
remove(options: RemoveOptions<TreeOptionData>) {
Expand Down

0 comments on commit e53c17d

Please sign in to comment.