-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
this._label
should be checked for undefined
in form-field.ts _animateAndLockLabel()
Reproduction
Go to: https://components-issue-gyskyq.stackblitz.io/
Steps to reproduce:
- Toggle the slider
- Check for console error: Error: Cannot read property 'nativeElement' of undefined
Expected Behavior
No errors in console.
Actual Behavior
Errors are throw in console: Error: Cannot read property 'nativeElement' of undefined
Environment
stackblitz example attached.
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent