[Bug]: Plus sign in computed value for a custom column is replaced by brackets #28539
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
When you {{ 1 + 2 }}
in computed value inside the custom column, it shows {{ 1}}{{2 }}
. The computed value is correctly reflected inside the table but not in the property pane.
In the property pane, it should also show {{ 1 + 2 }}
Steps To Reproduce
- Drag drop a Table and add a custom column
- Use
{{ 1 + 2 }}
as computed value. - De-focus the Table and focus again on it.
- Check the computed value in the property pane.
Public Sample App
No response
Environment
Production
Issue video log
No response
Version
Appsmith v1.9.43-SNAPSHOT