intelicoreact 1.1.56 → 1.1.58
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.
|
@@ -418,7 +418,8 @@ function InputMask3() {
|
|
|
418
418
|
};
|
|
419
419
|
});
|
|
420
420
|
var clearValue = (_getInputValue = getInputValue({
|
|
421
|
-
noLastTyppedCharIndexCheck: true
|
|
421
|
+
noLastTyppedCharIndexCheck: true,
|
|
422
|
+
noHide: true
|
|
422
423
|
})) === null || _getInputValue === void 0 ? void 0 : (_getInputValue$split = _getInputValue.split('')) === null || _getInputValue$split === void 0 ? void 0 : _getInputValue$split.reduce(function (resultStr, symbol, i) {
|
|
423
424
|
if (!symbolsInfo[i].isSpecialSymbol || symbolsInfo[i].isCharSymbol) resultStr += symbol;
|
|
424
425
|
return resultStr;
|
|
@@ -240,7 +240,7 @@ var InputAddress = function InputAddress(_ref) {
|
|
|
240
240
|
getData();
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
|
|
243
|
+
onChange(typeof query === 'string' || !onChangeValueTransformer || typeof onChangeValueTransformer !== 'function' ? query : onChangeValueTransformer(query));
|
|
244
244
|
}, [query]);
|
|
245
245
|
(0, _react.useEffect)(function () {
|
|
246
246
|
if (!isFocused) {
|