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 ASP.NET Core MVC projects, Bootstrap 5 Input Group renders incorrectly due to ASP Tag Helper including hidden __Invariant field in the HTML. Specifically, the right border of the right-most input-group field is not rounded if ASP Helper inserts a hidden input[name="__Invariant"] after the field. This happens when the right-most field is the last part in the input-group and the right-most field's Tag Helper generates a hidden __Invariant input.