VolkovLabs/business-forms

Data Manipulation Plugin, Select With Custom Options. Options not getting selected.

Closed this issue · 1 comments

The Issue

When using the Data Manipulation Plugin, and the form element type "Select With Custom Options", The options appear in the drop down box, though when clicked, do not actually get selected. The screenshot provided shows an example, the dashboard only has one panel, there is only one form element, and it's the one in the screenshot. No other changes have been made to the visualization.

Details

Grafana Version

Grafana 10.4.2

Plugins

. Business Variable 3.0.0
. Data Manipulation 3.7.0

Screenshot

Issue

Hi, @IHopeThisIsNotPermanent
Use return [{ label: "Option 1", value: "Option 1" }, { label: "Option 2", value: "Option 2" }] it should work

image