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 81bce1d commit 2423a6bCopy full SHA for 2423a6b
pmp-simple-date-input.html
@@ -90,11 +90,11 @@
90
<label hidden$="[[!label]]" slot="label">[[label]]</label>
91
92
<iron-input bind-value="{{value}}" slot="input"
93
- id="input"
94
maxlength$="[[maxlength]]"
95
allowed-pattern="[0-9\/]"
96
invalid="{{invalid}}">
97
- <input aria-labelledby$="[[_ariaLabelledBy]]"
+ <input id="input"
+ aria-labelledby$="[[_ariaLabelledBy]]"
98
aria-describedby$="[[_ariaDescribedBy]]"
99
disabled$="[[disabled]]"
100
bind-value="{{value}}"
0 commit comments