const performUpdate = () => {
                this.currentValue = currentValue;
                this.updateQueryHandler(finalValues, props);
                this.locked = false;
                this.$emit('valueChange', finalValues);