DataSourceHttpSettings value is not showing when type

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 .

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.