intelicoreact 1.2.21 → 1.2.23
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.
|
@@ -301,6 +301,10 @@ var filterFloat = function filterFloat(inputValue) {
|
|
|
301
301
|
exports.filterFloat = filterFloat;
|
|
302
302
|
|
|
303
303
|
var filterNumeric = function filterNumeric(value, settings) {
|
|
304
|
+
var _value;
|
|
305
|
+
|
|
306
|
+
value = (_value = value) === null || _value === void 0 ? void 0 : _value.replace(/,/g, '');
|
|
307
|
+
|
|
304
308
|
var _ref3 = settings || {},
|
|
305
309
|
_ref3$type = _ref3.type,
|
|
306
310
|
type = _ref3$type === void 0 ? 'float' : _ref3$type,
|