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