We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ad1c8 commit 06aa3f1Copy full SHA for 06aa3f1
src/components/input/input.html
@@ -34,7 +34,7 @@
34
(change)="handleChange($event)">
35
36
<label class="md-input-placeholder"
37
- [attr.for]="id"
+ [attr.for]="inputId"
38
[class.md-empty]="empty"
39
[class.md-focused]="focused"
40
[class.md-float]="floatingPlaceholder"
0 commit comments