0

I have a text area in which i want to increase height of it according to lines which will be added by user.

i have tried these:

$("#chatroom").css({
  'max-height': 'auto',
  'height': 32',
  'width': auto',
  'overflow': 'auto',
  'margin-bottom': 11,
});
Omar
  • 32,302
  • 9
  • 69
  • 112
Sam
  • 404
  • 1
  • 4
  • 18
  • post your html and css. Is the tag – A Khudairy Dec 11 '17 at 14:21
  • check answers in this thread also.. https://stackoverflow.com/questions/3896537/should-i-size-a-textarea-with-css-width-height-or-html-cols-rows-attributes – A Khudairy Dec 11 '17 at 14:24
  • I have user emojionearea which is not allowing me to resize by rows. In emojionearea every element is reacted as – Sam Dec 12 '17 at 08:34
  • I would suggest you update such details in question name and description. Good luck – A Khudairy Dec 13 '17 at 09:02

0 Answers0