Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #37058
Closed
Open
Issue created Aug 30, 2022 by Administrator@rootContributor3 of 3 checklist items completed3/3 checklist items

Input group right validation border with button addon

Created by: florianlacreuse

Prerequisites

  • I have searched for duplicate or closed issues
  • I have validated any HTML to avoid common problems
  • I have read the contributing guidelines

Describe the issue

In the current snapshot version (to be released), the right border of a validated input is not visible:

<div class="input-group has-validation">
  <span class="input-group-text">@</span>
  <div class="form-floating is-invalid">
    <input type="text" class="form-control is-invalid" id="floatingInputGroup2" placeholder="Username" required="">
    <label for="floatingInputGroup2">Username</label>
  </div>
  <button type="button" class="btn btn-outline-secondary">Button</button>
  <div class="invalid-feedback">
    Please choose a username.
  </div>
</div>

Capture

(same thing with classic .form-control elements, it's not just with .form-floating inputs)

Last year the same issue #33204 (closed) had been fixed with PR #33211.

I don't know what happen since, but the right border is broken again.

Reduced test cases

https://codepen.io/florianlacreuse/pen/eYrOZEb

What operating system(s) are you seeing the problem on?

Windows, Linux

What browser(s) are you seeing the problem on?

Chrome, Firefox

What version of Bootstrap are you using?

5.2.0+

Assignee
Assign to
Time tracking