@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.cjs.js
CHANGED
|
@@ -25409,7 +25409,7 @@ var Select = function Select(_ref2) {
|
|
|
25409
25409
|
}
|
|
25410
25410
|
var currentOptions = options || defaultOptions;
|
|
25411
25411
|
if (Array.isArray(value)) value = value[0];
|
|
25412
|
-
var isGrouped = neetoCist.
|
|
25412
|
+
var isGrouped = neetoCist._existsBy({
|
|
25413
25413
|
options: Array.isArray
|
|
25414
25414
|
}, currentOptions);
|
|
25415
25415
|
if (isGrouped) {
|