I create a custom widget on magento 2, and I want to use a field for text as (textarea). I try to use:
<parameter name="text" xsi:type="textarea" visible="true" sort_order="3">
But I got this error: The QName value 'textarea' of the xsi:type attribute does not resolve to a type definition
How can I use a textarea on a widget field, on magento 2?
Thank you