UI Formatter breaking on binding having square brackets

Wappler Version : 5.8.2
Operating System : Ubuntu
Server Model: NodeJS
Database Type: Postgres
Hosting Type: Docker Deployed

Expected behavior

Square brackets should have worked in the bindings of the Select Text Field binding

Actual behavior

When you add square brackets, the code view shows the insertion properly but the UI module adds some objects in its formatter, upon switching to the code view of the formatter this changes to undefined.

How to reproduce

  1. Add a select field, and use the binding to add '['+value+']'
  2. You Notice that this gets converted to image
    image
    and code block shows
    image