Debugging
Using debug
mode to inspect panel elements#
A
Setting the debug
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.
Emulating a focused page in Chrome DevTools# A
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 access this option by hitting â Command+⧠Shift+P and searching for it.
Help and discussion# A
If youâre having trouble implementing Autocomplete, or have questions or feature requests, please reach out on GitHub Discussions. Youâre also welcome to engage with community members on the forum.