| Index: chrome/browser/resources/settings/internet_page/network_property_list.html
|
| diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.html b/chrome/browser/resources/settings/internet_page/network_property_list.html
|
| index c567a89a46a3b8bcc46a7fb315532e59e7154fdd..8dbe334241a9de02bf33ee5575be1324ffd65245 100644
|
| --- a/chrome/browser/resources/settings/internet_page/network_property_list.html
|
| +++ b/chrome/browser/resources/settings/internet_page/network_property_list.html
|
| @@ -49,7 +49,7 @@
|
| <paper-input-container no-label-float>
|
| <input id="[[item]]" is="iron-input"
|
| value="[[getPropertyValue_(item, prefix, propertyDict)]]"
|
| - on-blur="onValueChange_">
|
| + on-change="onValueChange_">
|
| </paper-input-container>
|
| </template>
|
| <!-- Editable Password property value -->
|
| @@ -58,7 +58,7 @@
|
| <paper-input-container no-label-float>
|
| <input id="[[item]]" is="iron-input" type="password"
|
| value="[[getPropertyValue_(item, prefix, propertyDict)]]"
|
| - on-blur="onValueChange_">
|
| + on-change="onValueChange_">
|
| </paper-input-container>
|
| </template>
|
| <!-- TODO(stevenjb): Support other types. -->
|
|
|