We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
(same thing with classic .form-control elements, it's not just with .form-floating inputs)
.form-control
.form-floating
Last year the same issue #33204 had been fixed with PR #33211.
I don't know what happen since, but the right border is broken again.
https://codepen.io/florianlacreuse/pen/eYrOZEb
Windows, Linux
Chrome, Firefox
5.2.0+
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Prerequisites
Describe the issue
In the current snapshot version (to be released), the right border of a validated input is not visible:
(same thing with classic
.form-control
elements, it's not just with.form-floating
inputs)Last year the same issue #33204 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+
The text was updated successfully, but these errors were encountered: