修复bug。

This commit is contained in:
tengge1 2019-07-01 21:30:17 +08:00
parent f7f7bb185a
commit ea38ec71ad

View File

@ -40,7 +40,7 @@ class SearchField extends React.Component {
className={'input'}
style={style}
placeholder={placeholder}
value={this.value}
value={value}
onChange={this.handleChange}
onInput={this.handleInput}
onKeyDown={this.handleKeyDown}