Was this corrected? I have the same issue. I set the widgets width to 100% however, the text area ends up being a fraction of the overall widget width.
Thanks.
<textarea id="action"></textarea>
$('#action').jqxTextArea({ height: 300, width: '100%', minLength: 1, maxLength: 4000, placeHolder: "Actions necessary for interface issues..."});