Skip to content

Commit

Permalink
fix(select-input): allowInput is true and cannot be entered in multip…
Browse files Browse the repository at this point in the history
…le selection cases(#2336) (#3195)
  • Loading branch information
hy212 committed Jun 6, 2024
1 parent 0c8106f commit 88618ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select-input/useMultiple.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ export default function useMultiple(props: TdSelectInputProps, context: SetupCon
scopedSlots={slots}
props={tagInputProps}
on={{
'input-change': onInputChange,
...newListeners,
'input-change': onInputChange,
change: onTagInputChange,
clear: p.onInnerClear,
// [Important Info]: SelectInput.blur is not equal to TagInput, example: click popup panel
Expand Down

0 comments on commit 88618ea

Please sign in to comment.