currentValue.forEach(value => {
                this.selectedValues = { ...this.selectedValues, [value.label]: true };
            });