Skip to content
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

Boostrap modal and typeahead #493

Closed
bhatnagar-ankur opened this issue Oct 21, 2013 · 1 comment
Closed

Boostrap modal and typeahead #493

bhatnagar-ankur opened this issue Oct 21, 2013 · 1 comment

Comments

@bhatnagar-ankur
Copy link

Hi,
With ref to Issue #147, I am also facing the same issue and has tried to solve the issue via using your solution given in #147 (about the overflor, #dialog .modal-body { overflow: visible; }). But its not working for me.

Below is some of part of the HTML code w.r.t. modal and typeahead, which might help you.
Modal
<a href="javascript:void(0);" class="btn" role="button" data-toggle="modal" data-target="#myModal">Modify Details <span id="modifyCaret" class="caret"></span></a>
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="position: absolute; width: 250px; background-color: #f2f2f2; top: 35px; left: 280px;">

Typeahead
<input type="text" class="width-300" style="width: 83%; padding: 4px 6px" autofocus="autofocus" autocomplete="off" data-filterkey="Display" data-bind='' />

I have checked for the z-index and all, but couldn't find any solution.
Please suggest some possible solution.

Thanks

@temiyemi
Copy link

temiyemi commented Nov 2, 2013

See solutions on issues #412 and/or #378. Those should solve your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants