react-resizable-textarea
With this ReactJs component you can render textarea's that are resizable in IE, just like in Chrome and Firefox
Usage:
;<ResizableTextArea value= 'some text' onChange= window />
Optional props
<ResizableTextAreadirections="xy" // "x"|"y"|"xy" - Resizable directionsfitOnMount // Auto size the textarea's height on mountminWidth=300 // Minimum width in pxminHeight=100 // Minimum height in px/>
Development
npm install // installs all dependencies
npm run dev-server // starts webserver, runs webpack to create demo bundle and opens a browser