You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you need to set the background to any color to notice the bug. (background-color: #333;)
.bd-example {
padding: 1.5rem;
margin-right: 0;
margin-left: 0;
border-width: 1px;
background-color: #333;
}
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of Boosted are you using?
5.1
The text was updated successfully, but these errors were encountered:
Prerequisites
Describe the issue
Background color of input text gets transparent when input is valid.
Background of input should remain White but gets transparent when valid.
Reduced test cases
Reproducible on boosted and bootstrap demo sites.
https://getbootstrap.com/docs/5.1/forms/validation/
https://getbootstrap.com/docs/5.1/forms/validation/
you need to set the background to any color to notice the bug. (background-color: #333;)
.bd-example {
padding: 1.5rem;
margin-right: 0;
margin-left: 0;
border-width: 1px;
background-color: #333;
}
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of Boosted are you using?
5.1
The text was updated successfully, but these errors were encountered: