-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Styles break when I use input group #1
Comments
@kleverigheid thank for posting your image. First of all you should change your HTML according Bootstrap 4 new classes. Your HTML should like like that shown beneath:
But after that, i agree with you that the styles of the I will fix the issue described above asap. |
Hi there, I'm not sure if that's the right fix. There are |
Is any updates? |
try for .input-group>.twitter-typeahead {
position: relative;
-ms-flex: 1 1 auto;
-webkit-box-flex: 1;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.input-group>.twitter-typeahead:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group>.twitter-typeahead>.tt-input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.form-control.tt-input:focus {
z-index: 3
} |
Will yaldabaoth444’s excellent contribution be added to the project? |
this code saved my life, thank you yaldabaoth444 |
I am glad to help |
It worked in https://github.com/bassjobsen/typeahead.js-bootstrap-css for Bootstrap 3.
The text was updated successfully, but these errors were encountered: