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

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