You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev
Hi
I'm trying to add new suggestions (coming from an API) right when the user focuses in the omnibox. That works as expected. I can see suggestions populating the address bar when input is empty, and the focus type is "focus".
The problem that I'm facing is when I enter a query, delete the query and the input is empty. In that case I can see the matches I'm creating in the new provider. It doesn't happen for other providers with a similar zero suggest experience.
I'm wondering how those work and where this specific case (enter query, delete query) is set.