Edit-text widget using textarea

I want to use a textarea in the edit-text widget. Documentation says to use the type attribute but gives no examples of how to do that. Have tried a few things to no avail.

can someone provide the correct content for the type attribute please and maybe add it to the examples in the documentation.

bobj

No. It’s the tag attribute that is responsible to define the input element as input or textarea

The name “tag” for the parameter can be a bit confusing, since it’s the nomenclature for the HTML-TAG INPUT which can have many input-types

Thanks @pmario, works perfectly.

1 Like