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

Unified Diff: chrome/browser/resources/settings/controls/settings_input.html

Issue 2766093002: MD Settings: validate home button url input (Closed)
Patch Set: adjust blur/enter behaviors Created 3 years, 9 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/controls/settings_input.html
diff --git a/chrome/browser/resources/settings/controls/settings_input.html b/chrome/browser/resources/settings/controls/settings_input.html
index 0ebc11461116a6315dcb9dea0f123ee49b4b5269..aed95d07491d534334fc7445085188b76a83a4be 100644
--- a/chrome/browser/resources/settings/controls/settings_input.html
+++ b/chrome/browser/resources/settings/controls/settings_input.html
@@ -15,7 +15,7 @@
}
</style>
<div id="outerDiv" class="layout horizontal center">
- <paper-input id="input" auto-validate value="{{value}}"
+ <paper-input id="input" value="{{value}}"
error-message="[[errorMessage]]" label="[[label]]"
no-label-float="[[noLabelFloat]]" pattern="[[pattern]]"
readonly$="[[readonly]]" required="[[required]]" type="[[type]]"

Powered by Google App Engine
This is Rietveld 408576698