| Index: chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
|
| index 8b9e398607ec2e0542b726f7e8e12cec4975929a..c58be1787feedfe19f052de1ab4c01fd1625c006 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html
|
| @@ -50,7 +50,7 @@
|
| <iron-a11y-keys keys="enter" on-keys-pressed="onSaveButtonTap_">
|
| </iron-a11y-keys>
|
| <paper-input id="nameInput" label="$i18n{creditCardName}"
|
| - value="{{creditCard.name}}" always-float-label
|
| + value="{{creditCard.name}}" always-float-label autofocus
|
| on-input="onCreditCardNameOrNumberChanged_">
|
| </paper-input>
|
| <paper-input id="numberInput" label="$i18n{creditCardNumber}"
|
|
|