You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;">
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
The text was updated successfully, but these errors were encountered: