Skip to content

Commit 370b15a

Browse files
committed
feat: remove teactExperimentControlled from SearchInput
1 parent 792c327 commit 370b15a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/components/middle/search/MiddleSearch.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@ const MiddleSearch: FC<StateProps> = ({
667667
hasUpButton={hasNavigationButtons && !isMobile}
668668
hasDownButton={hasNavigationButtons && !isMobile}
669669
placeholder={isHashtagQuery ? oldLang('SearchHashtagsHint') : oldLang('Search')}
670-
teactExperimentControlled
671670
onChange={handleQueryChange}
672671
onStartBackspace={handleDeleteTag}
673672
onReset={handleReset}

src/components/ui/SearchInput.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ type OwnProps = {
3838
autoFocusSearch?: boolean;
3939
hasUpButton?: boolean;
4040
hasDownButton?: boolean;
41-
teactExperimentControlled?: boolean;
4241
withBackIcon?: boolean;
4342
onChange: (value: string) => void;
4443
onStartBackspace?: NoneToVoidFunction;
@@ -69,7 +68,6 @@ const SearchInput: FC<OwnProps> = ({
6968
autoFocusSearch,
7069
hasUpButton,
7170
hasDownButton,
72-
teactExperimentControlled,
7371
withBackIcon,
7472
onChange,
7573
onStartBackspace,

0 commit comments

Comments
 (0)