Set Values field displaying _empty_ value then _empty_ is replaced with code

Wappler Version : v7b29
Operating System : W11
Server Model: Nodejs
Database Type: Mariadb
Hosting Type: DO

What do you think should happen?
Enter '' to set a value of _empty_ to start

What actually happens?

_empty_ displays in yellow as normal. Click away from field, come to edit and displays instead of _empty_

[
  [
    {
      "id": "_empty_",
      "title": "_empty_",
      "value": "_empty_",
      "class": "operator"
    }
  ]

How to reproduce

Inside set value - value field > code enter ''

I can't really recreate this. The code shows as expected:

Maybe try creating a short video demonstrating the issue.

My bad then - I remember in the past just seeing the empty in a yellow badge not the actual code like that.

Maybe you forgot a ] there?
Although thinking that shouldn't be an issue, but:

[
  [
    {
      "id": "_empty_",
      "title": "_empty_",
      "value": "_empty_",
      "class": "operator"
    }
  ]

Wappler will ignore it and no value will be saved