Are the modal dialogs creatable in the current API resizable?
And how are they positioned on creation?
If not, is resizing something that’s on the timeline?
Are the modal dialogs creatable in the current API resizable?
And how are they positioned on creation?
If not, is resizing something that’s on the timeline?
Currently dialogs are not resizable. Their position depends upon the platform conventions, so:
Resizing is something that’s on the backlog.
Hi, I’m using the dialog on mac and there is an issue: dialogs that changes dynamically the height are not rendered correctly while in windows they works fine. Any solution ?
For the time being, dialogs should be given explicit dimensions. You can do this by assigning a width and height on the form
element.