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
  • #12873
Closed
Open
Issue created Feb 28, 2014 by Administrator@rootContributor

has-feedback on a form-group does not render correctly if the label on the form-group is not specified or removed

Created by: abishekrsrikaanth

When using the has-feedback class on a form and if the label on the form group is not specified then it does not render correctly.

<form>
    <div class="form-group has-success has-feedback">
        <input type="text" class="form-control" id="inputSuccess2"> 
        <span class="glyphicon glyphicon-ok form-control-feedback"></span>
    </div>
</form>

The above code renders like this.

bootstrap_feedback_issue

Assignee
Assign to
Time tracking