As i’m new to Grafana plugin develpment.
I have added the DataSourceHttpSettings componenet in configEditor file.
<
DataSourceHttpSettings
showAccessOptions = {
true
}
dataSourceConfig = {
options
}
defaultUrl = “http://localhost:8086”
onChange = {
this.onPathChange
}
/>
When i’m trying to type the value, value doesnt appears. Please help me
As im using latest version 7.5.5 version .