-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Dialog change width after opening? #2930
Copy link
Copy link
Closed
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Type
Fields
Give feedbackNo fields configured for issues without a type.
#### Bug, feature request, or proposal:
Feature request
#### What is the expected behavior?
Allow changing of MdDialogConfig in the opened component, through the MdDialogRef.
#### What is the use-case or motivation for changing an existing behavior?
We need to open a dialog with a width of 400px, and after a network request resize the dialog to around 800px, to display the retrieved data.
The reason we need the resizing is because when you first open the dialog there are only 2 fields that need to be entered, and this does not warrant a massive 800px dialog.
Having the ability to resize the dialog would be an amazing addition and it would be great to have control over that while the dialog is open.
Not sure if this is possible, but it would be a great feature.
Thanks!