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
.input-group must have a .form-control and either .input-group-addon or .input-group-btn.
.input-groups are meant to contain both a .form-control and at least one addon such as .input-group-addon or .input-group-btn. Omitting the addon can cause the .form-control to lose styling. Omitting the control doesn't make sense and causes some styles to be lost. Ensure you have all the required element with the correct classes within an .input-group.