File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export class TextInput extends InputBase {
79
79
constructor (
80
80
config : Config ,
81
81
form : Form ,
82
- item : Item ,
82
+ @ Optional ( ) item : Item ,
83
83
app : IonicApp ,
84
84
platform : Platform ,
85
85
elementRef : ElementRef ,
@@ -147,7 +147,7 @@ export class TextArea extends InputBase {
147
147
constructor (
148
148
config : Config ,
149
149
form : Form ,
150
- item : Item ,
150
+ @ Optional ( ) item : Item ,
151
151
app : IonicApp ,
152
152
platform : Platform ,
153
153
elementRef : ElementRef ,
Original file line number Diff line number Diff line change 85
85
</ ion-item >
86
86
</ ion-list >
87
87
88
+ < ion-input placeholder ="Stand-alone ion-input "> </ ion-input >
89
+
90
+ < ion-input placeholder ="Stand-alone textarea "> </ ion-input >
91
+
88
92
</ ion-content >
You can’t perform that action at this time.
0 commit comments