mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix: Issues with filters and metrics popovers (#11578)
* Fix bugs in AdhocFilterEditPopover * Fix bugs in AdhocMetricEditPopover * Remove handleMultiComparatorInputHeightChange function * Fix tests
This commit is contained in:
committed by
GitHub
parent
1490f3074d
commit
6d5d92a6fe
@@ -53,6 +53,9 @@ const propTypes = {
|
||||
filterOption: PropTypes.func,
|
||||
promptTextCreator: PropTypes.func,
|
||||
commaChoosesOption: PropTypes.bool,
|
||||
menuPortalTarget: PropTypes.element,
|
||||
menuPosition: PropTypes.string,
|
||||
menuPlacement: PropTypes.string,
|
||||
};
|
||||
|
||||
const defaultProps = {
|
||||
@@ -219,6 +222,9 @@ export default class SelectControl extends React.PureComponent {
|
||||
filterOption: this.props.filterOption,
|
||||
promptTextCreator: this.props.promptTextCreator,
|
||||
ignoreAccents: false,
|
||||
menuPortalTarget: this.props.menuPortalTarget,
|
||||
menuPosition: this.props.menuPosition,
|
||||
menuPlacement: this.props.menuPlacement,
|
||||
};
|
||||
|
||||
let SelectComponent;
|
||||
|
||||
Reference in New Issue
Block a user