@bigbinary/neetoui 5.2.35 → 5.2.36
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.
- package/formik.cjs.js +1 -1
- package/formik.cjs.js.map +1 -1
- package/formik.js +2 -2
- package/formik.js.map +1 -1
- package/index.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/formik.js
CHANGED
|
@@ -5,7 +5,7 @@ import { isEmpty, equals, is, replace as replace$1, assoc, pluck, mergeLeft, pro
|
|
|
5
5
|
import { Link, useHistory } from 'react-router-dom';
|
|
6
6
|
import ReactDOM, { createPortal } from 'react-dom';
|
|
7
7
|
import { Close, Info, Down, Check } from '@bigbinary/neeto-icons';
|
|
8
|
-
import {
|
|
8
|
+
import { _existsBy } from '@bigbinary/neeto-cist';
|
|
9
9
|
import _ConfigProvider from 'antd/lib/config-provider';
|
|
10
10
|
import _Slider from 'antd/lib/slider';
|
|
11
11
|
import _TreeSelect from 'antd/lib/tree-select';
|
|
@@ -25379,7 +25379,7 @@ var Select = function Select(_ref2) {
|
|
|
25379
25379
|
}
|
|
25380
25380
|
var currentOptions = options || defaultOptions;
|
|
25381
25381
|
if (Array.isArray(value)) value = value[0];
|
|
25382
|
-
var isGrouped =
|
|
25382
|
+
var isGrouped = _existsBy({
|
|
25383
25383
|
options: Array.isArray
|
|
25384
25384
|
}, currentOptions);
|
|
25385
25385
|
if (isGrouped) {
|