Skip to content

Commit c85a114

Browse files
committed
Fix input handleClear
1 parent 650f5bf commit c85a114

File tree

1 file changed

+1
-0
lines changed
  • packages/components/src/components/Input

1 file changed

+1
-0
lines changed

packages/components/src/components/Input/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ export function ClearButton(props: ComponentProps<'button'>) {
194194
styleOrder={1}
195195
top="50%"
196196
transform="translateY(-50%)"
197+
type="button"
197198
{...props}
198199
>
199200
<svg

0 commit comments

Comments
 (0)