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
In contrast to a focused input element, the invalidity indicator border (red by default) is hidden behind its neighboring elements. It would be worthwhile to optionally allow to show this border around the whole input group or otherwise raise its zIndex appropriately.
This was added in #33211 to make the right border of invalid elements in form groups also appear red.
I think reverting #33211 is the best option for now. It violates the z-index scales approach and also doesn't really fix the problem (as you can see in my example with two validated elements).
In contrast to a focused input element, the invalidity indicator border (red by default) is hidden behind its neighboring elements. It would be worthwhile to optionally allow to show this border around the whole input group or otherwise raise its zIndex appropriately.
Applies to the bootstrap v5.0.0-beta3.
What it looks like
How it should look like
The images are a combination of an input and a select element put within an input group.
The text was updated successfully, but these errors were encountered: