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

TextBoxVariable: fixes issues with TextBox variable when being updated by URL #890

Closed torkelo closed 2 months ago

torkelo commented 2 months ago

Problem When using data links to update the variable value, the variable scene object didn't get the state from the URL because it was not setting the state properly

Fixes When any dashboard interaction updates the variable values through URL.

Depends on this fix, since AutoSizeInput ignores value prop https://github.com/grafana/grafana/pull/92997

📦 Published PR as canary version: 5.14.1--canary.890.10722192103.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes-react@5.14.1--canary.890.10722192103.0 npm install @grafana/scenes@5.14.1--canary.890.10722192103.0 # or yarn add @grafana/scenes-react@5.14.1--canary.890.10722192103.0 yarn add @grafana/scenes@5.14.1--canary.890.10722192103.0 ```
grafanabot commented 2 months ago

:rocket: PR was released in v5.14.1 :rocket: