Commit 5f800168 by Torkel Ödegaard

explore data source selector fix

parent 180ca021
...@@ -37,6 +37,7 @@ const SimplePicker: SFC<Props> = ({ ...@@ -37,6 +37,7 @@ const SimplePicker: SFC<Props> = ({
value={value} value={value}
getOptionLabel={getOptionLabel} getOptionLabel={getOptionLabel}
getOptionValue={getOptionValue} getOptionValue={getOptionValue}
menuShouldScrollIntoView={false}
isSearchable={false} isSearchable={false}
onChange={onSelected} onChange={onSelected}
options={options} options={options}
......
...@@ -895,6 +895,7 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> { ...@@ -895,6 +895,7 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
<Select <Select
classNamePrefix={`gf-form-select-box`} classNamePrefix={`gf-form-select-box`}
isMulti={false} isMulti={false}
menuShouldScrollIntoView={false}
isLoading={datasourceLoading} isLoading={datasourceLoading}
isClearable={false} isClearable={false}
className="gf-form-input gf-form-input--form-dropdown datasource-picker" 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