Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Jul 16, 2024
1 parent abd0212 commit 3e28bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ const BaseInput = React.forwardRef<HolderRef, BaseInputProps>((props, ref) => {
clearIcon = (
<span
onClick={(event) => {
onClear?.();
handleReset?.(event);
onClear?.();
}}
// Do not trigger onBlur when clear input
// https://github.com/ant-design/ant-design/issues/31200
Expand Down

0 comments on commit 3e28bc2

Please sign in to comment.