feat(textfilter): turn off spell check in story filter

This commit is contained in:
Daniel Duan 2018-10-17 14:34:23 -04:00 committed by GitHub
parent 71be40518b
commit 22f57435fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,8 @@ class TextFilter extends React.Component {
return (
<Wrapper>
<Input
autocomplete="off"
spellcheck="false"
type="text"
placeholder="Filter"
name="filter-text"