extensions-api
extensions-api copied to clipboard
Disable manual resizing of the dialog
Hi guys,
It would be great if we could disable the resizing of the dialog window, thus preventing the user from resizing it manually.
Something like:
tableau.extensions.ui.displayDialogAsync(popupUrl, data, { height: 500, width: 500, resizable: false })
Please let me know if there is any workaround for that today. Thanks.
@melquic could you give more context here - is there a specific problem you're encountering when users resize manually?
@melquic - We are currently working on displayDialogAsync. We will respect the size passed in, and make it non-resizable. Thanks.
See the new DialogStyle.Modal - https://tableau.github.io/extensions-api/docs/enums/tableau.dialogstyle.html#modal