sag_components 1.0.200 → 1.0.201
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.
|
@@ -22,7 +22,7 @@ var _styles = require("@mui/material/styles");
|
|
|
22
22
|
/**
|
|
23
23
|
* SAG TextField
|
|
24
24
|
*/
|
|
25
|
-
var TextField = function
|
|
25
|
+
var TextField = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
|
|
26
26
|
var _ref$width = _ref.width,
|
|
27
27
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
28
28
|
_ref$height = _ref.height,
|
|
@@ -39,7 +39,6 @@ var TextField = function TextField(_ref) {
|
|
|
39
39
|
resetDefaultValue = _ref.resetDefaultValue,
|
|
40
40
|
required = _ref.required,
|
|
41
41
|
inputRef = _ref.inputRef,
|
|
42
|
-
ref = _ref.ref,
|
|
43
42
|
_ref$allowedInput = _ref.allowedInput,
|
|
44
43
|
allowedInput = _ref$allowedInput === void 0 ? "all" : _ref$allowedInput,
|
|
45
44
|
onChange = _ref.onChange;
|
|
@@ -202,7 +201,7 @@ var TextField = function TextField(_ref) {
|
|
|
202
201
|
onChangeHandler(event);
|
|
203
202
|
}
|
|
204
203
|
}))))));
|
|
205
|
-
};
|
|
204
|
+
});
|
|
206
205
|
exports.TextField = TextField;
|
|
207
206
|
var _default = TextField;
|
|
208
207
|
exports.default = _default;
|