Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Searchbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export type Props = React.ComponentPropsWithRef<typeof TextInput> & {
searchAccessibilityLabel?: string;
/**
* Custom icon for clear button, default will be icon close. It's visible when `loading` is set to `false`.
* In v5.x with theme version 3, `clearIcon` is visible only `right` prop is not defined.
* In v5.x with theme version 3, `clearIcon` is visible only if `right` prop is not defined.
*/
clearIcon?: IconSource;
/**
Expand Down