educoreapp2 1.0.79 → 1.0.80
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.
@@ -172,7 +172,6 @@ class BaseInputString extends _react.Component {
|
|
172
172
|
if (this.isReadOnly) {
|
173
173
|
return /*#__PURE__*/_react.default.createElement(_reactstrap.Input, {
|
174
174
|
className: className3,
|
175
|
-
type: typ,
|
176
175
|
name: this.states.name,
|
177
176
|
readOnly: true,
|
178
177
|
id: this.states.id,
|
@@ -182,7 +181,6 @@ class BaseInputString extends _react.Component {
|
|
182
181
|
} else {
|
183
182
|
return /*#__PURE__*/_react.default.createElement("textarea", {
|
184
183
|
className: className3,
|
185
|
-
type: typ,
|
186
184
|
name: this.states.name,
|
187
185
|
id: this.states.id,
|
188
186
|
placeholder: this.states.placeholder,
|