[fix] disable search all options by default (#10260)

This commit is contained in:
Grace Guo 2020-07-08 16:43:38 -07:00 committed by GitHub
parent 6690963ec2
commit f6ccd61547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const defaultProps = {
asc: true,
clearable: true,
multiple: true,
searchAllOptions: true,
searchAllOptions: false,
};
const STYLE_WIDTH = { width: 350 };