grafana/public/app/plugins
David 9507eda9d1
QueryField: Prevent query runs on blur in Explore (#20180)
As discussed in a UX feedback session, it's annoying that queries are
automatically executed in Explore. This change adds props to override
the blur behavior.

- add `onBlur` to Explore query field props
- Explore's query row will pass down an empty function for onBlur to the
query fields
- pass onBlur through to the QueryField component for Loki and
Prometheus
- add test to QueryField to make sure if onBlur is specified, the
onRunQuery is not executed
2019-11-06 15:08:30 +00:00
..
app/example-app Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
datasource QueryField: Prevent query runs on blur in Explore (#20180) 2019-11-06 15:08:30 +00:00
panel Error Handling: support errors and data in a response (#20169) 2019-11-05 15:20:04 -08:00
sdk.ts @grafana/runtime: expose config and loadPluginCss (#17655) 2019-06-19 11:31:47 -07:00