After the enableResize of the dialog is set to true, the vertical direction cannot be scaled.

    For the source code preview, please refer to the figure below. For full examples, please refer to the attachment.

Image_8670_1726738747423

Image_6819_1726738777897


    The rendering is as follows:

Image_6866_1726738923181

   


This is my development environment:

  vs code : 1.93.1

  Chrome : 128.0.6613.139

  node : v16.11.1

  @syncfusion/** : 27.1.48

  vue : 2.7.16


  Requesting support and looking forward to your reply



Attachment: test0919_d27abfdf.zip

1 Reply

UD UdhayaKumar Duraisamy Syncfusion Team September 24, 2024 06:06 PM UTC

To ensure the proper functionality of the Dialog, it's essential to set a specific height for the target element. You can do this by adding the following CSS rule:


#target {

  margin200px;

  min-height350px;

}


This will provide the necessary space for the dialog to display correctly within its target element.


For more details, you can refer to the Getting started with Vue Dialog component | Syncfusion in the Syncfusion documentation.


Loader.
Up arrow icon