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