Skip to content
New issue

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

Input text field background-color changing when valid #1358

Closed
3 tasks done
nicolasvarin opened this issue Jul 5, 2022 · 1 comment · Fixed by #1361
Closed
3 tasks done

Input text field background-color changing when valid #1358

nicolasvarin opened this issue Jul 5, 2022 · 1 comment · Fixed by #1361
Labels

Comments

@nicolasvarin
Copy link

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

@nicolasvarin
Copy link
Author

boosted-backgroud-KO
boosted-css-KO
bootstrap-background-OK
bootstrap-CSS-OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants