arengibook 2.4.638 → 2.4.639
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/dist/index.js +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39348,6 +39348,10 @@ var MultiSelectMetaAsync = function MultiSelectMetaAsync(_ref) {
|
|
|
39348
39348
|
var selectedOption = loadedOptions.find(function (opt) {
|
|
39349
39349
|
return opt[optionValue] === paramValue;
|
|
39350
39350
|
});
|
|
39351
|
+
console.log("ecoute de selectedOption");
|
|
39352
|
+
console.log(selectedOption);
|
|
39353
|
+
console.log(objValue);
|
|
39354
|
+
console.log(paramValue);
|
|
39351
39355
|
if (!selectedOption) return null;
|
|
39352
39356
|
// const isLastItem = index === selectedOptions.length - 1;
|
|
39353
39357
|
var handleRemove = function handleRemove(e) {
|