Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1350)

Unified Diff: chrome/browser/resources/settings/people_page/password_prompt_dialog.html

Issue 2795353002: WebUI: For cr-dialog, handle Enter keys in paper-inputs. (Closed)
Patch Set: update tests Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/people_page/password_prompt_dialog.html
diff --git a/chrome/browser/resources/settings/people_page/password_prompt_dialog.html b/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
index ac270adb6e6038e573fc50de231b8394aa0bafd2..ec6969c7ca6dc1d8d1cce456e39438ea89834df3 100644
--- a/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
+++ b/chrome/browser/resources/settings/people_page/password_prompt_dialog.html
@@ -29,7 +29,6 @@
label="$i18n{passwordPromptPasswordLabel}"
no-label-float
value="{{password_}}"
- on-keydown="onKeydown_"
invalid$="[[passwordInvalid_]]"
error-message="$i18n{passwordPromptInvalidPassword}"
aria-disabled="false">

Powered by Google App Engine
This is Rietveld 408576698