[go: up one dir, main page]

Skip to content

Follow-up from "Fix project setting approval input in non-sequential order"

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

The following discussion from !25391 (merged) should be addressed:

  • @sming-gitlab started a discussion:

    @dpisek thanks for showing me that our <gl-form-input> accepts a :debounce option!

    https://bootstrap-vue.js.org/docs/components/form-input/

      <gl-form-input
        v-model.number="approvalsRequired"
        :disabled="!settings.canEdit"
        class="form-control mw-6em"
        type="number"
        :min="rule.minApprovalsRequired || 0"
        :debounce="1000"
      />

    I agree with you that this is perhaps best addressed in a follow-up ticket, so we can push this forward and continue working with our iterative approach! I'll create an issue now 💪

  • Will include a change to v-model > !25391 (comment 293678894)

Edited by 🤖 GitLab Bot 🤖