diff --git a/src/lib/input/input.html b/src/lib/input/input.html index 5b6924d94813..6b85d3ec7aaa 100644 --- a/src/lib/input/input.html +++ b/src/lib/input/input.html @@ -28,7 +28,7 @@ [spellcheck]="spellcheck" [attr.step]="step" [attr.tabindex]="tabindex" - [type]="type" + [attr.type]="type" [attr.name]="name" (focus)="_handleFocus($event)" (blur)="_handleBlur($event)"