arengibook 2.4.712 → 2.4.713
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 +0 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39975,14 +39975,8 @@ var MultiSelect = function MultiSelect(props) {
|
|
|
39975
39975
|
};
|
|
39976
39976
|
}, []);
|
|
39977
39977
|
useEffect(function () {
|
|
39978
|
-
console.log(multipleplaceholder);
|
|
39979
39978
|
var observer = new MutationObserver(function () {
|
|
39980
39979
|
var labelElement = document.querySelector('.p-multiselect-label');
|
|
39981
|
-
if (labelElement) {
|
|
39982
|
-
console.log('labelElement');
|
|
39983
|
-
console.log(labelElement);
|
|
39984
|
-
console.log(labelElement.textContent);
|
|
39985
|
-
}
|
|
39986
39980
|
if (labelElement && labelElement.textContent === 'empty') {
|
|
39987
39981
|
labelElement.textContent = multipleplaceholder;
|
|
39988
39982
|
}
|