You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Harry, I think that's just how textareas work in IE and Edge.
You can see the same thing happens with the traditional html textarea by trying this link in those browsers. https://html.com/tags/textarea/
I don't think this is a bug, I think it's a "working as browser intends"
Could probably add this to the build: https://www.npmjs.com/package/resize-polyfill . Plus add some CSS to remove the scrollbar on the right hand side of the TextArea. Also apparently it affects Safari as well.
hbowden
changed the title
Enhance textarea to behave in IE the way it does in other browsers
Enhance TextArea to behave in IE, Edge and Safari the way it does in Chrome and FireFox.
Jul 5, 2018
TextArea has a scrollbar instead of the traditional pulley thing that textareas have. because of this textarea cant be resized.
The text was updated successfully, but these errors were encountered: