Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    TextArea dragResize

    Currently in latest Chrome and Safari, text areas are automatically rendered to have the ability to be dragged and resized - even if the "canDragResize" property is never set - the documentation specifies the defaultValue is false - Is there any way to prevent this? Or is this functionality completely browser issue?

    I ask because if the functionality is there and the end user tries to drag and resize, there is no limit as to how far off they can drag.

    #2
    You can disable it from CSS.

    Comment


      #3
      Thanks. That worked.

      Comment

      Working...
      X