intelicoreact 0.3.29 → 0.3.31
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.
|
@@ -651,10 +651,10 @@ function InputMask2() {
|
|
|
651
651
|
};
|
|
652
652
|
|
|
653
653
|
var renderInput = function renderInput() {
|
|
654
|
-
var _ref12
|
|
654
|
+
var _ref12;
|
|
655
655
|
|
|
656
656
|
return /*#__PURE__*/_react.default.createElement("input", (0, _defineProperty2.default)({
|
|
657
|
-
name: (_ref12 =
|
|
657
|
+
name: (_ref12 = name !== null && name !== void 0 ? name : testId) !== null && _ref12 !== void 0 ? _ref12 : '',
|
|
658
658
|
"data-testid": testId,
|
|
659
659
|
className: "input-mask_input ".concat(className),
|
|
660
660
|
ref: inputRef,
|