shrutiramnarayan

Results 1 comments of shrutiramnarayan

Faced the same issue.Found the below solution which is working for me in IE 10 and chrome. ```js $(".Autoresizetextarea").on("input",function(){ //set the height $("#textarea").focus(); }) ```