Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

- When the `enableResize` property is set to `true` after the Dialog component has been opened, resizing on the North and South sides is not functioning as expected.
  - Conversely, when the `enableResize` property is set to `true` during the initial rendering, the resizing works as intended.


Sample: Qzm59p (forked) - StackBlitz


Replication procedure:

  • Run the sample.
  • After '1000' ms the Resize icon will appear.
  • Try re-size the Dialog on "Top" or "Bottom" side.


Expected Output: Able to resize the Dialog on all sides as like initial rendering.

Current Output: The Dialog's enableResize property is not functioning for dynamic changes.