KivyMD icon indicating copy to clipboard operation
KivyMD copied to clipboard

MDDialog auto_dismiss property not working

Open best-coder-001 opened this issue 4 months ago • 1 comments

Description of the Feature

Your text Pls add back auto_dismiss property in MDDialog so that the dialog box does not close when you click outside the dialog box

Code and Logs

dialog = MDDialog(
    auto_dismiss=False,
    type='custom',
    content_cls=BackupDialogContent(
        controller=self,
        model=self.model,
    )
)

Versions

  • OS: Windows 11
  • Python: 3.10.11
  • Kivy: 2.3.0
  • KivyMD: 1.2.0

best-coder-001 avatar Apr 06 '24 18:04 best-coder-001