im using bootstrap, and angularjs to create a web app, and im trying to create a input-group, and im using display: inline-flex
and it works great in Chrome but not in IE, here is what i have in my CSS and some screen shots.
.input-group {
display: inline-flex !important;
height: 31px;
}
thanks in advance.
edit: here is a plunker i created to recreate my question, if you open the plnkr in Chrome the input stack but if you open in IE is like nothing happen.