jquery - Bootstrap Combobox breaking CSS -


i've got odd css issue when using bootstrap , bootstrap-combobox js.

the desired result have option working expected, within table. when dropdown selected, lines break , dropdown doesn't display correctly.

i've tried using stock bootstrap css file , still can't display properly. can please point me in right direction?

thanks

dan.

as expected http://imgur.com/ghsqvif

as result http://imgur.com/vns6qjd

css:

<div class="row"> <h1>inline form</h1> <form class="form-inline"> <div class="form-group"> <select class="form-control"> <option value="" selected="selected">select state</option> <option value="al">alabama</option> <option value="ak">alaska</option> </select> </div> <div class="form-group"> <select class="combobox form-control" name="inline"> <option value="" selected="selected">select state</option> <option value="al">alabama</option> <option value="ak">alaska</option> </select> </div> </form> </div> </div> 

i neglected state combobox being used in bootstrap modal. solution remove tabindex="-1" modal div.

dan.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -