appsmith
appsmith copied to clipboard
[Bug]: Colour picker field adds unnecessary brackets when switching from non-JS to JS mode
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
Colour picker field of a nested entity like a column on a table widget appears with extra brackets when toggled from non-JS to JS mode
Steps To Reproduce
- Add a button widget and set store value function like:
{{storeValue('colour','#4338ca')}} - Drop a table widget and change table background using
appsmith.store.colour - On the vanilla table widget, modify one of the columns to a different type, like change
text to checkboxortext to button - Now toggle the background field as seen in the video attached and observe the extra bracket appear
Public Sample App
No response
Issue video log
https://www.loom.com/share/670a99b24b764eae8d55b74473f95a14
Version
Cloud
This looks like a table widget bug for me, @aswathkk can you check once just to make sure it's not something on the property pane