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: KolDate verschwindet nach Eingabe #632

Open
lnk1812 opened this issue May 24, 2023 · 0 comments
Open

🐞 Bug: KolDate verschwindet nach Eingabe #632

lnk1812 opened this issue May 24, 2023 · 0 comments

Comments

@lnk1812
Copy link

lnk1812 commented May 24, 2023

Fehlermeldung

Beschreibung des Fehlers

Wenn ein Label bei einem InputControl angegeben wird, verschwindet dieses nach Datumseingabe.

Reproduktion

Leider kann ich keinen Sandbox Link bereitstellen.
Zusammengefasst sieht es so aus:

public testForm: FormControl = new FormControl('test');
this.testForm.addControl(new InputControl('testInput', { label: 'TestInput' }));

"@leanup/kolibri-components": "1.0.5",
"@leanup/kolibri-react": "1.0.5",
"@public-ui/components": "1.5.1",
"@public-ui/react": "1.5.1",
"@public-ui/themes": "1.5.1",
"@leanup/form": "1.3.34",

Schritte zum Reproduzieren des Verhaltens:
Datum über Datepicker auswählen.
-> Nach der Auswahl verschwindet das Inputfeld.

Erwartetes Verhalten

Das Inputfeld verschwindet nicht.

Desktop:

  • Betriebssystem: Windows
  • Browser Chrome
  • Version 108.0.5359.125

Zusätzlicher Kontext

Klassenbasierte Komponente

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

No branches or pull requests

1 participant