summaryrefslogtreecommitdiff
path: root/chromium/ui/webui/resources/cr_components/chromeos/network/network_property_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/webui/resources/cr_components/chromeos/network/network_property_list.html')
-rw-r--r--chromium/ui/webui/resources/cr_components/chromeos/network/network_property_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ui/webui/resources/cr_components/chromeos/network/network_property_list.html b/chromium/ui/webui/resources/cr_components/chromeos/network/network_property_list.html
index 3ea4c64f27e..534ce962de2 100644
--- a/chromium/ui/webui/resources/cr_components/chromeos/network/network_property_list.html
+++ b/chromium/ui/webui/resources/cr_components/chromeos/network/network_property_list.html
@@ -44,7 +44,7 @@
<template is="dom-if" if="[[isEditable_(
item, 'String', propertyDict, editFieldTypes)]]">
<paper-input-container no-label-float>
- <input id="[[item]]" is="iron-input"
+ <input id="[[item]]" is="iron-input" slot="input"
value="[[getPropertyValue_(item, prefix, propertyDict)]]"
on-change="onValueChange_">
</paper-input-container>
@@ -53,7 +53,7 @@
<template is="dom-if" if="[[isEditable_(
item, 'Password', propertyDict, editFieldTypes)]]">
<paper-input-container no-label-float>
- <input id="[[item]]" is="iron-input" type="password"
+ <input id="[[item]]" is="iron-input" type="password" slot="input"
value="[[getPropertyValue_(item, prefix, propertyDict)]]"
on-change="onValueChange_">
</paper-input-container>