File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " paper-input" ,
3
- "version" : " 0.9.4 " ,
3
+ "version" : " 0.9.5 " ,
4
4
"description" : " Material design text fields" ,
5
5
"authors" : [
6
6
" The Polymer Authors"
25
25
"ignore" : [],
26
26
"dependencies" : {
27
27
"iron-input" : " PolymerElements/iron-input#^0.9.0" ,
28
+ "iron-form-element-behavior" : " PolymerElements/iron-form-element-behavior#^0.9.0" ,
28
29
"paper-styles" : " PolymerElements/paper-styles#^0.9.0" ,
29
30
"iron-autogrow-textarea" : " PolymerElements/iron-autogrow-textarea#^0.9.0" ,
30
31
"polymer" : " Polymer/polymer#^0.9.0"
Original file line number Diff line number Diff line change 9
9
-->
10
10
< link rel ="import " href ="../polymer/polymer.html ">
11
11
< link rel ="import " href ="../iron-input/iron-input.html ">
12
+ < link rel ="import " href ="../iron-form-element-behavior/iron-form-element-behavior.html ">
12
13
< link rel ="import " href ="paper-input-behavior.html ">
13
14
< link rel ="import " href ="paper-input-container.html ">
14
15
< link rel ="import " href ="paper-input-error.html ">
53
54
is : 'paper-input' ,
54
55
55
56
behaviors : [
56
- Polymer . PaperInputBehavior
57
+ Polymer . PaperInputBehavior ,
58
+ Polymer . IronFormElementBehavior
57
59
]
58
60
59
61
} )
Original file line number Diff line number Diff line change 9
9
-->
10
10
< link rel ="import " href ="../polymer/polymer.html ">
11
11
< link rel ="import " href ="../iron-autogrow-textarea/iron-autogrow-textarea.html ">
12
+ < link rel ="import " href ="../iron-form-element-behavior/iron-form-element-behavior.html ">
12
13
< link rel ="import " href ="paper-input-behavior.html ">
13
14
< link rel ="import " href ="paper-input-container.html ">
14
15
< link rel ="import " href ="paper-input-error.html ">
54
55
is : 'paper-textarea' ,
55
56
56
57
behaviors : [
57
- Polymer . PaperInputBehavior
58
+ Polymer . PaperInputBehavior ,
59
+ Polymer . IronFormElementBehavior
58
60
]
59
61
60
62
} )
You can’t perform that action at this time.
0 commit comments