decrementValue(event: MouseEvent): void {
    if (this.disabled) return;

    this.decrement(event);
    if (!this._spinnerInterval) {