diff --git a/public/app/core/components/Select/MetricSelect.tsx b/public/app/core/components/Select/MetricSelect.tsx index 8c23bf4ded6..0fb1194260c 100644 --- a/public/app/core/components/Select/MetricSelect.tsx +++ b/public/app/core/components/Select/MetricSelect.tsx @@ -22,6 +22,7 @@ export class MetricSelect extends React.Component { static defaultProps = { variables: [], options: [], + isSearchable: true, }; constructor(props) { diff --git a/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html b/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html index 2dc9035c7fe..2c14c3c8393 100755 --- a/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html +++ b/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html @@ -5,7 +5,6 @@ onChange="ctrl.handleAggregationChange" value="ctrl.target.aggregation.crossSeriesReducer" options="ctrl.aggOptions" - is-searchable="true" placeholder="'Select Aggregation'" className="'width-15'" variables="ctrl.templateSrv.variables" @@ -28,7 +27,6 @@ onChange="ctrl.handleAlignmentChange" value="ctrl.target.aggregation.perSeriesAligner" options="ctrl.alignOptions" - is-searchable="true" placeholder="'Select Alignment'" className="'width-15'" variables="ctrl.templateSrv.variables" @@ -45,7 +43,6 @@ onChange="ctrl.handleAlignmentPeriodChange" value="ctrl.target.aggregation.alignmentPeriod" options="ctrl.alignmentPeriods" - is-searchable="true" placeholder="'Select Alignment'" className="'width-15'" variables="ctrl.templateSrv.variables" diff --git a/public/app/plugins/datasource/stackdriver/partials/query.filter.html b/public/app/plugins/datasource/stackdriver/partials/query.filter.html index 4c90f4fe608..95b2ef42726 100644 --- a/public/app/plugins/datasource/stackdriver/partials/query.filter.html +++ b/public/app/plugins/datasource/stackdriver/partials/query.filter.html @@ -21,7 +21,6 @@ options="ctrl.getMetricsList()" variables="ctrl.templateSrv.variables" group-name="'Metric Types'" - is-searchable="true" placeholder="'Select Metric'" className="'width-15'" >