File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 5656 < iron-autogrow-textarea id ="input " class ="paper-input-input "
5757 bind-value ="{{value}} "
5858 invalid ="{{invalid}} "
59+ label$ ="[[label]] "
5960 disabled$ ="[[disabled]] "
6061 autocomplete$ ="[[autocomplete]] "
6162 autofocus$ ="[[autofocus]] "
9394 ] ,
9495
9596 properties : {
96- _ariaLabelledBy : {
97- observer : '_ariaLabelledByChanged' ,
98- type : String
99- } ,
100-
101- _ariaDescribedBy : {
102- observer : '_ariaDescribedByChanged' ,
103- type : String
104- } ,
105-
10697 /**
10798 * The initial number of rows.
10899 *
129120 }
130121 } ,
131122
132- _ariaLabelledByChanged : function ( ariaLabelledBy ) {
133- this . $ . input . textarea . setAttribute ( 'aria-labelledby' , ariaLabelledBy ) ;
134- } ,
135-
136- _ariaDescribedByChanged : function ( ariaDescribedBy ) {
137- this . $ . input . textarea . setAttribute ( 'aria-describedby' , ariaDescribedBy ) ;
138- } ,
139-
140123 get _focusableElement ( ) {
141124 return this . $ . input . textarea ;
142125 } ,
You can’t perform that action at this time.
0 commit comments