Use debug mode to inspect panel elements
Setting thedebug
option to true
keeps the panel open when inspecting elements in your browser DevTools. This option defaults to false
, meaning that the autocomplete panel closes when the blur event occurs. You should only use this option during development.
Emulate a focused page in Chrome DevTools
You can enable the βEmulate a focused pageβ option from Chrome DevTools to keep the autocomplete panel open when inspecting the DOM.
You can also find this option by pressing
Cmd+Shift+P
or Ctrl+Shift+P
and searching for it.