Skip to content

Commit 064fdd0

Browse files
authored
Update FilterBar.js
1 parent c16d62f commit 064fdd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/FilterBar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const FilterBar = ({
3030
value={searchTerm}
3131
onChange={onChange}
3232
onKeyPress={onKeyPress}
33+
spellcheck="false"
3334
/>
3435
{searchTerm && (
3536
<button className={css.clearButton} onClick={onClick} type="button">

0 commit comments

Comments
 (0)