mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
feat(textfilter): turn off spell check in story filter
This commit is contained in:
parent
71be40518b
commit
22f57435fd
@ -76,6 +76,8 @@ class TextFilter extends React.Component {
|
||||
return (
|
||||
<Wrapper>
|
||||
<Input
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
type="text"
|
||||
placeholder="Filter"
|
||||
name="filter-text"
|
||||
|
Loading…
x
Reference in New Issue
Block a user