mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
Merge pull request #5999 from RaoHai/addAutoCompleteFilterOptions
set filterOption to false
This commit is contained in:
commit
9537ce02ee
@ -109,6 +109,7 @@ export default class AutoComplete extends React.Component<AutoCompleteProps, any
|
||||
optionLabelProp={optionLabelProp}
|
||||
getInputElement={this.getInputElement}
|
||||
notFoundContent={notFoundContent}
|
||||
filterOption={false}
|
||||
>
|
||||
{options}
|
||||
</Select>
|
||||
|
Loading…
Reference in New Issue
Block a user