Merge pull request #5999 from RaoHai/addAutoCompleteFilterOptions

set filterOption to false
This commit is contained in:
偏右 2017-05-03 15:09:04 +08:00 committed by GitHub
commit 9537ce02ee

View File

@ -109,6 +109,7 @@ export default class AutoComplete extends React.Component<AutoCompleteProps, any
optionLabelProp={optionLabelProp}
getInputElement={this.getInputElement}
notFoundContent={notFoundContent}
filterOption={false}
>
{options}
</Select>