site: place 'search...' at the bottom of the search options (#7021) (#7022)

This commit is contained in:
Amorites 2017-07-31 00:54:31 -05:00 committed by Benjy Cui
parent 401519ec6f
commit 29d2a756b0

View File

@ -227,10 +227,10 @@ export default class Header extends React.Component {
onSearch={this.handleInputChange}
getPopupContainer={trigger => trigger.parentNode}
>
{options}
<Option value={searchEngine} data-label={searchEngine}>
<FormattedMessage id="app.header.search" />
</Option>
{options}
</Select>
</div>
{menuMode === 'horizontal' ? menu : null}