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

Unified Diff: ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.js

Issue 1219753007: Add network proxy input to md-settings internet details (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_470445_onc_proxy
Patch Set: Created 5 years, 5 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: ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.js
diff --git a/ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.js b/ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.js
index 6273eccd140e1b9f7332ad15b5f1c5ab75fb9ea9..362d0c767896ae3927d87c85423456e9191fb079 100644
--- a/ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.js
+++ b/ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.js
@@ -28,6 +28,14 @@ Polymer({
},
/**
+ * Propagate the no-label-float property.
+ */
+ noLabelFloat: {
+ type: Boolean,
+ value: false
+ },
+
+ /**
* Set to true to mark the input as required.
*/
required: {

Powered by Google App Engine
This is Rietveld 408576698