We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wenn ein Label bei einem InputControl angegeben wird, verschwindet dieses nach Datumseingabe.
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.
Das Inputfeld verschwindet nicht.
Klassenbasierte Komponente
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Zusätzlicher Kontext
Klassenbasierte Komponente
The text was updated successfully, but these errors were encountered: