-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix autocomplete search field with user email on chrome
On chrome, clicking the "New email" button causes the search input to be autofilled with the user's email. This happens even with autocomplete set to "off", and with the button having a type of "button" Wrapping the search input in a form isolates it from unrelated buttons and fixes the issue. Close #8236
- Loading branch information
Showing
1 changed file
with
34 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters