Browse Source

update search placeholder

dev
thuhole 5 years ago
parent
commit
427f42529c
  1. 2
      src/Title.js

2
src/Title.js

@ -118,7 +118,7 @@ class ControlBar extends PureComponent {
value={this.state.search_text} value={this.state.search_text}
placeholder={`${ placeholder={`${
this.props.mode === 'attention' ? '在关注列表中' : '' this.props.mode === 'attention' ? '在关注列表中' : ''
}搜索 #PID`} }搜索 #树洞号`}
onChange={this.on_change_bound} onChange={this.on_change_bound}
onKeyPress={this.on_keypress_bound} onKeyPress={this.on_keypress_bound}
/> />

Loading…
Cancel
Save