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
So I set for html tag data-bs-theme="light" attribute and set data-bs-theme="dark" attribute inline for form-group component.
When I switch theme in html tag - color scheme of whole document are changing, but form-control background color also change from white to dark, is it must be fixed in dark color?. I repeat this bug at Bootstrap documentation page by inserting
form-group html code in some examples.
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
v5.3.0-alpha1
The text was updated successfully, but these errors were encountered:
realthemes
changed the title
In Bootstrap 5.3 alpha 1 form-group component partialy react to inline data-bs-theme="dark" attribute
In Bootstrap 5.3 alpha 1 input-group component partialy react to inline data-bs-theme="dark" attribute
Jan 16, 2023
Prerequisites
Describe the issue
So I set for html tag data-bs-theme="light" attribute and set data-bs-theme="dark" attribute inline for form-group component.
When I switch theme in html tag - color scheme of whole document are changing, but form-control background color also change from white to dark, is it must be fixed in dark color?. I repeat this bug at Bootstrap documentation page by inserting
form-group html code in some examples.
Reduced test cases
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
v5.3.0-alpha1
The text was updated successfully, but these errors were encountered: