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 69026c6 commit 67ea3cdCopy full SHA for 67ea3cd
paper-input.html
@@ -230,7 +230,7 @@
230
allowed-pattern="[[allowedPattern]]"
231
invalid="{{invalid}}"
232
validator="[[validator]]">
233
- <input id="nativeInput"
+ <input
234
aria-labelledby$="[[_ariaLabelledBy]]"
235
aria-describedby$="[[_ariaDescribedBy]]"
236
disabled$="[[disabled]]"
@@ -307,7 +307,7 @@
307
308
_onIronInputReady: function() {
309
if (this.inputElement &&
310
- this._typesThatHaveText.indexOf(this.$.nativeInput.type) !== -1) {
+ this._typesThatHaveText.indexOf(this.$$('input').type) !== -1) {
311
this.alwaysFloatLabel = true;
312
}
313
0 commit comments