<select> support for input groups
Created by: Eugeny
As per #22283 (closed), <select>
inside input groups generally work, except for the vertical alignment in Chrome/macOS (possibly also other browsers), which is caused by display: flex
applied to the select element.
IMHO this should be supported in BS4 just like it was in BS3.
Demo (Bootstrap 4): https://plnkr.co/edit/VzaynmMMWmahVQVjviO7?p=preview Demo (Bootstrap 3): https://plnkr.co/edit/zV3Y4AKDNXaB4iCDfNiS?p=preview