Commit 5f800168 by Torkel Ödegaard

explore data source selector fix

parent 180ca021
......@@ -37,6 +37,7 @@ const SimplePicker: SFC<Props> = ({
value={value}
getOptionLabel={getOptionLabel}
getOptionValue={getOptionValue}
menuShouldScrollIntoView={false}
isSearchable={false}
onChange={onSelected}
options={options}
......
......@@ -895,6 +895,7 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
<Select
classNamePrefix={`gf-form-select-box`}
isMulti={false}
menuShouldScrollIntoView={false}
isLoading={datasourceLoading}
isClearable={false}
className="gf-form-input gf-form-input--form-dropdown datasource-picker"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment