mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Select: scroll into view when navigate with up/down arrows (#22503)
* scroll into view when move item up/down Signed-off-by: blalov <boiskila@gmail.com> * update test snapshots Signed-off-by: blalov <boiskila@gmail.com>
This commit is contained in:
@@ -86,7 +86,10 @@ exports[`Render PromQueryEditor with basic options should render 1`] = `
|
||||
"Group": [Function],
|
||||
"IndicatorsContainer": [Function],
|
||||
"MenuList": [Function],
|
||||
"Option": [Function],
|
||||
"Option": Object {
|
||||
"$$typeof": Symbol(react.forward_ref),
|
||||
"render": [Function],
|
||||
},
|
||||
"SingleValue": [Function],
|
||||
}
|
||||
}
|
||||
@@ -153,7 +156,10 @@ exports[`Render PromQueryEditor with basic options should render 1`] = `
|
||||
"Group": [Function],
|
||||
"IndicatorsContainer": [Function],
|
||||
"MenuList": [Function],
|
||||
"Option": [Function],
|
||||
"Option": Object {
|
||||
"$$typeof": Symbol(react.forward_ref),
|
||||
"render": [Function],
|
||||
},
|
||||
"SingleValue": [Function],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user