You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
I am using basic datepicker to select a single date. However, chrome devtools shows "A isn't associated with a form field." issue every time datepicker opened. The issiues caused by labels with the mat-calendar-body-hidden-label class.
Fixes that the datepicker had some `<label>` elements that weren't pointing to anything via the `for` attribute which was being flagged by Chrome.
Fixesangular#29749.
…9755)
Fixes that the datepicker had some `<label>` elements that weren't pointing to anything via the `for` attribute which was being flagged by Chrome.
Fixes#29749.
(cherry picked from commit 602bef1)
Is this a regression?
The previous version in which this bug was not present was
No response
Description
I am using basic datepicker to select a single date. However, chrome devtools shows "A isn't associated with a form field." issue every time datepicker opened. The issiues caused by labels with the mat-calendar-body-hidden-label class.
Reproduction
StackBlitz link: https://stackblitz.com/edit/yyx8cv?file=package.json
Steps to reproduce:
Expected Behavior
Not getting a warning.
Actual Behavior
Hundreds of "A isn't associated with a form field."
Environment
The text was updated successfully, but these errors were encountered: