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