-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Typeahead box alignment issues #1396
Comments
@zkorz @hassanasad are you using hybrid app too? |
@valorkin - I am not sure what hybrid apps are. I am just using your package with Angular2 (2.4 to be exact) and angular-cli. |
I had same problem, i used .form-inline, after updating to latest version dropdown was aligned as showed on screenshots. Its not specific to hybrid apps. |
Can you give me peace of html with Typeahead |
Sure,
|
Mine works when I take away the class navbar-form from the parent span.
|
Well looking at the mark up of other folks here, i believe its some issue that appears with bootstrap ? (I too am using it with bootstrap) - however it was working fine before the recent updates. |
Before, I was forcing position of container and internal elemement, now only container. |
Thanks @valorkin and happy holidays ;) |
@hassanasad thanks, you too ;) |
ok, issues was with form inline |
published as 1.1.16-10, please try and drop me a note |
Works perfectly for me again! Thanks @valorkin :) |
@valorkin the main form is working great now: However on the extra small screen the typeahead is only showing the first choice, maybe sensing that there is not a lot of room below even though there really is beneath the navbar. Here is the simplified markup:
|
@zkorz can you try container="body" ? |
@valorkin that was it. works perfectly now. |
Hi - Typeahead was working perfectly in previous version, however i believe in one of the recent updates the alignment of the box that shows suggestions are messing up. The box now shows up after the input field and not below it.
Also i am not sure how to debug its CSS values as it closes as soon as i click anywhere inside my chrome inspector :)
Just for reference here is a screenshot: https://www.dropbox.com/s/zqxr1lzjc76zhy9/Screenshot%202016-12-24%2012.56.16.png?dl=0
The text was updated successfully, but these errors were encountered: