Resizing the popup not updating the content vertically

11
Hi, I’m having the dataview inside a modal popup with dataview footer buttons. In UI i’m trying to resize the popup vertically and horizontally. When resizing the popup horizontally the elements(text box, text area) are getting resized horizontally. But, when resizing the popup vertically it is not resizing and the empty space displayed. Any idea would be appreciated to resolve this issue. Thanks!
asked
1 answers
5

Hey Kamal, 

Try adding the following style to the textarea 
    
    height : auto; or height : 100%; (May vary based on the popup s ize coverage).
    
Note: Make sure that you made the dataview orientation to vertical. 

Hope this helps!

answered