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 da29481 commit 2a91ec0Copy full SHA for 2a91ec0
examples/src/js/FilterExample.js
@@ -144,7 +144,7 @@ class FilterExample extends React.Component {
144
145
return (
146
<div>
147
- <input type="text" placeholder="Search" value={ this.state.filterText } onChange={ this.setFilterText } />
+ <input type='text' placeholder='Search' value={ this.state.filterText } onChange={ this.setFilterText } />
148
<CheckboxTree
149
checked={checked}
150
expanded={expanded}
0 commit comments