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.
2 parents 7ae7b01 + ddf6494 commit a425e88Copy full SHA for a425e88
src/components/FilterBar.js
@@ -30,6 +30,7 @@ const FilterBar = ({
30
value={searchTerm}
31
onChange={onChange}
32
onKeyPress={onKeyPress}
33
+ spellCheck={false}
34
/>
35
{searchTerm && (
36
<button className={css.clearButton} onClick={onClick} type="button">
0 commit comments