@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/index.cjs.js
CHANGED
|
@@ -29057,7 +29057,7 @@ var Select = function Select(_ref2) {
|
|
|
29057
29057
|
}
|
|
29058
29058
|
var currentOptions = options || defaultOptions;
|
|
29059
29059
|
if (Array.isArray(value)) value = value[0];
|
|
29060
|
-
var isGrouped = neetoCist.
|
|
29060
|
+
var isGrouped = neetoCist._existsBy({
|
|
29061
29061
|
options: Array.isArray
|
|
29062
29062
|
}, currentOptions);
|
|
29063
29063
|
if (isGrouped) {
|