Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDDialog auto_dismiss property not working #1669

Open
best-coder-001 opened this issue Apr 6, 2024 · 1 comment
Open

MDDialog auto_dismiss property not working #1669

best-coder-001 opened this issue Apr 6, 2024 · 1 comment
Labels
Type: Enhancement Feature request/Feature implementation

Comments

@best-coder-001
Copy link

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
Copy link
Author

sry, checked now the property is work great

@HeaTTheatR HeaTTheatR reopened this Apr 7, 2024
@HeaTTheatR HeaTTheatR added the Type: Enhancement Feature request/Feature implementation label Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Feature request/Feature implementation
Projects
None yet
Development

No branches or pull requests

2 participants