Skip to content

Commit

Permalink
feat(Search): use default id
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Apr 18, 2024
1 parent c7c0dac commit 44fd157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Search = forwardRef(
onFocus,
onBlur,
className,
id,
id = "search",
"data-testid": dataTestId
}: SearchProps,
ref: React.ForwardedRef<HTMLInputElement>
Expand Down

0 comments on commit 44fd157

Please sign in to comment.