Skip to content

Commit 601c036

Browse files
devversionjelbourn
authored andcommitted
fix(input): remove invalid aria-target attribute (#1513)
* The aria-target attribute is a non-existing attribute (also confirmed again by searching through the W3C docs) Fixes #929
1 parent e0db8c3 commit 601c036

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/input/input.html

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
<div class="md-input-infix">
66
<input #input
7-
aria-target
87
class="md-input-element"
98
[class.md-end]="align == 'end'"
109
[attr.aria-label]="ariaLabel"

0 commit comments

Comments
 (0)