We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341218a commit e5071d6Copy full SHA for e5071d6
src/components/Searchbar.tsx
@@ -75,7 +75,7 @@ export type Props = React.ComponentPropsWithRef<typeof TextInput> & {
75
searchAccessibilityLabel?: string;
76
/**
77
* Custom icon for clear button, default will be icon close. It's visible when `loading` is set to `false`.
78
- * 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.
79
*/
80
clearIcon?: IconSource;
81
0 commit comments