Prevent stretching of textarea outside visible range

Issue #58 resolved
SLIO created an issue

At times it is possible to resize the textarea in the browser, but drag the bottom-right corner outside visible view. When released; it becomes impossible to resize again (and half the text is unreadable).

Possible options:

  • force width of textarea to remain unchanged (ie only height can alter)
  • resize outer div with textarea

Comments (4)

  1. Log in to comment