From 933f37cf3c5f1203e3055531e9037657a720dd6f Mon Sep 17 00:00:00 2001 From: Tobi Adeyemi Date: Fri, 10 Nov 2023 21:43:55 +0100 Subject: [PATCH] fix: remove autocorrect on search input (#587) --- .../SourcesTableModal/SourcesView/Topics/Search/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/SourcesTableModal/SourcesView/Topics/Search/index.tsx b/src/components/SourcesTableModal/SourcesView/Topics/Search/index.tsx index 340253662..9eb111844 100644 --- a/src/components/SourcesTableModal/SourcesView/Topics/Search/index.tsx +++ b/src/components/SourcesTableModal/SourcesView/Topics/Search/index.tsx @@ -32,10 +32,13 @@ export const Search = () => { sx={{ p: '2px 4px', display: 'flex', alignItems: 'center', width: 300 }} > setInputValue(e.target.value)} placeholder="Search" size="small" + spellCheck="false" sx={{ ml: 1, flex: 1 }} value={inputValue} />