1

My Bootstrap typeahead似乎沒有後臺菜單。有人知道解決方法嗎?Bootstrap Typeahead in Dropdown沒有背景

編輯:問題是'dropup'類被應用於我的預先訂單。我怎樣才能在我的領先範圍內忽略那個班級?

的標記如下:

      <ul class="dropdown-menu dropup" role="menu" aria-labelledby="dLabel"> 
           <li class="divider"></li> 
           <li> 
            <input type="text" class="typeahead" data-provide="typeahead" autocomplete="off"> 
           </li> 
           <li class="divider"></li> 
           <li role="presentation"> 
            <button class="btn btn-warning" type="button"> 
             Close 
            </button> 
           </li> 
          </ul> 

enter image description here

enter image description here

+0

包裹後你的CSS請 – feitla

+0

沒有特殊的CSS除了包括Bootstrap CSS – user1114864

回答

1

我認爲應該圍繞一個<div class="dropdown">