Skip to content

Conversation

@yurtsever
Copy link
Contributor

This Adds a optional _show prop to control the popover visibility state programmatically.
When set to true, the popover opens initially on component load.

Add optional ´_show´ prop to control the popover visibility state programmatically.
When set to true, the popover opens initially on component load.

Refs: #8714
@github-actions
Copy link
Contributor

github-actions bot commented Oct 28, 2025

🚀 MCP preview deployed to Vercel: https://kolibri-m42cz6401-public-ui-kolibri-mcp.vercel.app

@github-actions
Copy link
Contributor

github-actions bot commented Oct 28, 2025

Copy link
Contributor

@deleonio deleonio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Snapshots aktualisieren - bitte: das geht über Actions und Snapshot updaten und branch auswählen.

@deleonio
Copy link
Contributor

@yurtsever Bitte alle PRs sauber mit Ticket verknüpfen. Traceability

@yurtsever yurtsever changed the base branch from develop to release/3 October 28, 2025 21:36
@yurtsever yurtsever linked an issue Oct 29, 2025 that may be closed by this pull request
validateShow(this, value);
}

public componentDidLoad() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Es muss nach dem Render passieren: https://stenciljs.com/docs/component-lifecycle

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wenn man die show prop initial auf true setzt und show- bzw. hide-popover in der componentDidRender aufruft macht dann schließt sich der popover nicht.
Wenn die prop initial auf false gesetzt wird öffnet sich der popover erst nach dem zweiten Klick.

Ist das das gewünschte verhalten ?

Copy link
Contributor

@deleonio deleonio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ich habe gerade gesehen, dass noch ein Punkt offen ist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Popover Button: Snapshots hinzufügen

3 participants