mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
[fix] disable search all options by default (#10260)
This commit is contained in:
@@ -62,7 +62,7 @@ const defaultProps = {
|
||||
asc: true,
|
||||
clearable: true,
|
||||
multiple: true,
|
||||
searchAllOptions: true,
|
||||
searchAllOptions: false,
|
||||
};
|
||||
|
||||
const STYLE_WIDTH = { width: 350 };
|
||||
|
||||
Reference in New Issue
Block a user