Board multi-items menu dialog size

Hi,

1.I am creating a custom multi item menu. In the dialog provided by monday I need more space. I saw that in the feature settings there is a selection of two different dialog sizes but i need a custom one. I have seen some apps in the market place which have custom sized multi items menu dialogs. I know the modal option but i would prefer to avoid it. How can i achieve this ?

2.When the menu action ends succesfully is there any way to programmatically close the dialog ?

Thanks in advance.

Hello @janadel there are a few limitations here.

  1. Custom size for the multi item menu dialog
    At the moment, you can’t set a fully custom size for multi item menu dialogs. The size options in Feature Settings are the only ones available. Apps you’ve seen in the Marketplace that look custom sized are usually using modals or a different feature type rather than the native multi item menu dialog.

  2. Closing the dialog after success
    Yes, that part is possible. Once your action finishes successfully, you can close the dialog programmatically using the monday SDK with the closeDialog command.

If you need more space or more control over the UI, a modal is still the best and supported option even if it’s not ideal.

Dr. Tanvi Sachar
Monday Certified Partner, Tuesday Wizard