@bigbinary/neeto-fields-frontend 1.3.1 → 1.3.3
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/README.md +1 -1
- package/dist/index.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6061,7 +6061,8 @@ var useFormikFields = function useFormikFields(_ref) {
|
|
|
6061
6061
|
value: value
|
|
6062
6062
|
}, fieldData);
|
|
6063
6063
|
} else if (kind === KINDS.multiOption) {
|
|
6064
|
-
|
|
6064
|
+
var _value;
|
|
6065
|
+
value = (_value = value) === null || _value === void 0 ? void 0 : _value.map(function (optionId) {
|
|
6065
6066
|
return findBy({
|
|
6066
6067
|
value: optionId
|
|
6067
6068
|
}, fieldData);
|