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.
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
computedfor caching👍
Edited by 🤖 GitLab Bot 🤖