grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
141 stars 21 forks source link

VariableValueSelect: Multi value select resets focus index after toggling value #710

Open torkelo opened 6 months ago

torkelo commented 6 months ago

Follow up to https://github.com/grafana/scenes/pull/709

Selecting values with the keyboard resets the focus index, so far there is no way around this (other than a very hacky way)

https://github.com/JedWatson/react-select/discussions/5445