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

Bug: Drawer: Kann nicht unmittelbar gerendered und geöffnet werden #7165

Open
sdvg opened this issue Dec 6, 2024 · 0 comments
Open

Bug: Drawer: Kann nicht unmittelbar gerendered und geöffnet werden #7165

sdvg opened this issue Dec 6, 2024 · 0 comments

Comments

@sdvg
Copy link
Member

sdvg commented Dec 6, 2024

Ein "controlled" Drawer kann nicht wie folgt gerendered werden, wie man es erwarten würde:

<kol-drawer _label="Drawer rendered immediately" _open>
  Drawer content
</KolDrawer>

Stattdessen muss immer erst einmal gerendered werden und dann erst kann die _open-Property auf true gesetzt werden.

Reproduktionsbeispiel: https://stackblitz.com/edit/vitejs-vite-a6us3m?file=src%2FApp.tsx
Erwartet: Ein Drawer wird sofort initial geöffnet.
Tatsächlich: Ein Drawer wird nur auf Klick geöffnet.

@deleonio deleonio moved this to 🗂️ Backlog in KoliBri Board Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🗂️ Backlog
Development

No branches or pull requests

1 participant