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

ModalTrigger im Context-Menü triggert nicht #1074

Open
patrickhilker opened this issue Dec 11, 2024 · 3 comments
Open

ModalTrigger im Context-Menü triggert nicht #1074

patrickhilker opened this issue Dec 11, 2024 · 3 comments
Labels

Comments

@patrickhilker
Copy link
Member

<ContextMenu>
  <ModalTrigger>
    <ChangePasswordModal
      projectId={props.projectId}
      extensionInstanceId={props.extensionInstanceId}
      username={user.username}
    />
    <MenuItem>Passwort ändern</MenuItem>
  </ModalTrigger>
</ContextMenu>
@Lisa18289
Copy link
Member

Du kannst Trigger nur mit Buttons verwenden, im Menu Item musst du das über den Modal Controller öffnen, also onAction:()=>controller.open()

@thueske
Copy link
Member

thueske commented Dec 12, 2024

Genau, das wissen wir, aber: Wieso? Wäre doch cool, wenn der ModalTrigger auch für das ContextMenu geht. Oder spricht da was gegen?

@Lisa18289
Copy link
Member

Lisa18289 commented Dec 16, 2024

das würde nicht funktionieren, weil das Modal außerhalb des Context Menus liegen muss, weil das Context Menu sich schließt wenn das Modal geöffnet wird. Würde das Modal im Context Menu liegen, würde es dann direkt mit geschlossen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants