Display Dialog Box of size according to its textarea content
Hi,
I have a Jquery mobile dialog that contains a textarea inside it. I will open the dialog box with some contents inside the text area.The issue I am facing here is that once a dialog box with a large content inside text area is opened and closed and after that even when I open a dialog with a small text area content its size is not altered. The dialog size remains the same as for the previous open with a large content inside text area.
How to make the dialog size adjust according to the contents inside its text area