Skip to content

Commit

Permalink
Update SearchInput.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavshubham01 authored Dec 19, 2024
1 parent d0cb88a commit d29b0d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type SearchInputPropsWithLabel = {
type SearchInputProps = (SearchInputPropsWithA11yLabel | SearchInputPropsWithLabel) &
SearchInputCommonProps & {
hideClearButton?: boolean;

Check failure on line 100 in packages/blade/src/components/Input/SearchInput/SearchInput.tsx

View workflow job for this annotation

GitHub Actions / Validate Source Code

Delete `·`
}
};

// need to do this to tell TS to infer type as SearchInput of React Native and make it believe that `ref.current.clear()` exists
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down Expand Up @@ -132,7 +132,7 @@ const _SearchInput: React.ForwardRefRenderFunction<BladeElementRef, SearchInputP

hideClearButton = false,

Check failure on line 134 in packages/blade/src/components/Input/SearchInput/SearchInput.tsx

View workflow job for this annotation

GitHub Actions / Validate Source Code

Delete `····`
...rest
...rest

Check failure on line 135 in packages/blade/src/components/Input/SearchInput/SearchInput.tsx

View workflow job for this annotation

GitHub Actions / Validate Source Code

Delete `⏎`

},
ref,
Expand Down

0 comments on commit d29b0d6

Please sign in to comment.