You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider following scenario with instant-submit option enabled:
User inputs a search query and the page reloads to show search results.
On the loaded page the search field is prefilled with the current search query.
User clicks mic button to enter a new query.
Case 1: Chrome blocks device access.
Expected behavior: nothing happens.
Actual behavior: the auto-submit feature submits the form, and the page is reloaded.
Case 2: mic access is granted successfully.
Expected behavior: the input is cleared before the recognition starts.
Actual behavior: the new (recognized) query is appended to the previous one, and the search starts with the concatenation, providing incoherent results.
The text was updated successfully, but these errors were encountered:
Consider following scenario with instant-submit option enabled:
The text was updated successfully, but these errors were encountered: