From 4ee31757b722b0a8e09cbf6e691f17edfc6712fa Mon Sep 17 00:00:00 2001 From: Ssekandi Date: Tue, 20 Jan 2026 18:38:56 +0300 Subject: [PATCH] Fix typo in Searchbar component documentation --- src/components/Searchbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Searchbar.tsx b/src/components/Searchbar.tsx index b8bf345e9d..891df22945 100644 --- a/src/components/Searchbar.tsx +++ b/src/components/Searchbar.tsx @@ -75,7 +75,7 @@ export type Props = React.ComponentPropsWithRef & { 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; /**