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

Variables: Add new `allowCustomValue` flag to AdHoc Variable #960

Closed mdvictor closed 5 days ago

mdvictor commented 1 week ago

Extends this PR to adhoc vars as well so all related variables get this feature.

Related PR

📦 Published PR as canary version: 5.24.0--canary.960.11775742614.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes-react@5.24.0--canary.960.11775742614.0 npm install @grafana/scenes@5.24.0--canary.960.11775742614.0 # or yarn add @grafana/scenes-react@5.24.0--canary.960.11775742614.0 yarn add @grafana/scenes@5.24.0--canary.960.11775742614.0 ```