Use HTML5 form validation for inputs in feature flag manage

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

  • Close this issue

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

  • @pslaughter started a discussion: (+4 comments)

    nitpick: Now that we're using an HTML5 element, we can probably use their native validation API.

    isRolloutPercentageInvalid() {
      return this.$refs.rolloutPercentageInput.checkValidity();
    },

    If we do this, we should probably move it to a computed for caching 👍

Edited Sep 26, 2025 by 🤖 GitLab Bot 🤖
Assignee Loading
Time tracking Loading