Droplist and textarea don't return strings as parameters in actionsScheme

For this type of input in custom extension event(actionScheme)

Wappler 17-03-2023 14.15.11 000320

I get this result in the html:

dmx-on:click="avatar1.download('John',{"flip": true},'john',jpeg)"

So text types like seed and filename return correctly a formatted string, however the textarea and the droplist return unformatted strings(no single quote enclosing the values).

Well expressions are only encoded when you supply also dataBindings: true then they are encoded otherwise not. So you can enable it there.

1 Like

Also for droplist?

well in droplist you can specify already quoted values.

True that!