[Bug]: Evaluated value is hard to understand when empty #9895
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When I click on the $paramPosition
on a evaluated value of a query and that field is empty, a tooltip show without a value. It's hard to understand that the value is empty. There should be better way to describe the user that field value is empty.
Steps To Reproduce
- Create a text widget
MyTextWidget
- Create a query that uses a value from the text widget
insert into table_name values ({{MyTextWidget.text}})
- Keep the value of
MyTextWidget
empty - Now go to the query and click on editor
- Click on the
$1
of the evaluated value pane
Environment
Production
Version
Cloud