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

DBSwitch wird nicht korrekt initialisiert #3547

Open
1 of 7 tasks
vladi94 opened this issue Dec 3, 2024 · 1 comment
Open
1 of 7 tasks

DBSwitch wird nicht korrekt initialisiert #3547

vladi94 opened this issue Dec 3, 2024 · 1 comment
Labels

Comments

@vladi94
Copy link

vladi94 commented Dec 3, 2024

Which generators are impacted?

  • All
  • HTML
  • React
  • Angular
  • Vue
  • Web components
  • Power Apps

Reproduction case

Siehe Video (sorry, ich musste es auf 480p runterskalieren, da die max. Upload-Size auf 10MB beschränkt ist).

Bildschirmaufnahme.2024-12-03.um.11.44.38.mov

Expected Behaviour

Toggle wird korrekt initialisiert

Screenshots

No response

Browser version

None

Add any other context about the problem here.

No response

@abaradari
Copy link

Noch ein paar Zusatzinformationen:

  • die DbSwitch Komponente ist Teil einer Reactive Form und wird per formControlName verknüpft
  • zusätzlich wird die Komponente über ein Angular if Statement erst nach einer Benutzerinteraktion eingeblendet, ist also nicht beim Starten der Page sichtbar

Zur Info hier ein Codeausschnitt zu dem Video:

 @if (sucheOffen) {
    <div class="flex flex-row m-2 gap-2 items-center">
      <db-input label="Zählernummer" name="suche-zaehlernummer" variant="floating" type="text" formControlName="sucheZaehlernummer"></db-input>
      <db-switch formControlName="sucheNurVerfuegbar"> nur verfügbare Messeinrichtungen</db-switch>
      <db-button name="sucheMesseeinrichtung" variant="outlined" (click)="sucheMesseinrichtung()">Suche</db-button>
    </div>
  }

@mfranzke mfranzke added 🐛bug Something isn't working 👩‍👧‍👦community feedback Feedback from community and removed 🐛bug Something isn't working labels Dec 3, 2024
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