2016-01-13 44 views

回答

8

你可以把the followingdebug標誌true

var options = { 
     hint: false, 
     templates: { 
      dropdownMenu: '#menu-template' 
     }, 
     dropdownMenuContainer: "#algolia-autocomplete-container", 
     debug: true // to inspect the dropdown menu 
    }; 

相關的文檔here

1

或者,打開Chrome開發者工具,轉到「源」選項卡,並從那裏你可以點擊Cmd + \暫停腳本,而下拉是可見的。

相關問題