mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Fix Header select
This commit is contained in:
parent
27232a8561
commit
3c9ccccf61
@ -142,10 +142,10 @@ export default class Header extends React.Component {
|
||||
</Col>
|
||||
<Col lg={20} md={18} sm={17} xs={0} style={{ display: 'block' }}>
|
||||
<div id="search-box">
|
||||
<Select combobox
|
||||
<Select
|
||||
combobox
|
||||
dropdownClassName="component-select"
|
||||
placeholder={searchPlaceholder}
|
||||
value={undefined}
|
||||
optionFilterProp="data-label"
|
||||
optionLabelProp="data-label"
|
||||
filterOption={this.handleSelectFilter}
|
||||
|
Loading…
Reference in New Issue
Block a user