yairEO/fancyInput

Chrome Resize Textarea

bigspotteddog opened this issue · 1 comments

On Chrome, I am able to get to the resize textarea thumb at the bottom right. If I drag the textarea to a bigger height and width, the input text flashes with each letter typed, then disappears, leaving me with an empty looking textarea. Neat effects though.

well, it's just how the demo CSS and JS is set up, it's up to the developer to hook to the resize event of the textarea and resize the div surrounding it as well..it's not quite a part of the plugin, but something extra