educoreapp2 1.0.80 → 1.0.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -184,8 +184,8 @@ class BaseInputString extends _react.Component {
|
|
184
184
|
name: this.states.name,
|
185
185
|
id: this.states.id,
|
186
186
|
placeholder: this.states.placeholder,
|
187
|
-
rows: "
|
188
|
-
cols: "
|
187
|
+
rows: "10",
|
188
|
+
cols: "50",
|
189
189
|
onChange: this.handleChange
|
190
190
|
});
|
191
191
|
}
|