Commit 01753efe authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

OOBE: Fix enter behavior on the offline gaia screen

Bug: 1022328
Change-Id: I967618ab4e2b45b3b1b7a5056600c34ead38efcd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912716Reviewed-by: default avatarDenis Kuznetsov [CET] <antrim@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715210}
parent b1f45bdc
......@@ -65,7 +65,8 @@
[[i18nDynamic(locale, 'enterpriseInfoMessage', domain)]]
</div>
</div>
<gaia-input-form id="email-input-form" disabled="[[disabled]]">
<gaia-input-form id="email-input-form"
on-submit="onNextButtonClicked_" disabled="[[disabled]]">
<gaia-input slot="inputs" id="emailInput" type="email" required
domain="[[emailDomain]]">
<div slot="label">
......@@ -83,7 +84,8 @@
</div>
<div id="subtitle-container">
</div>
<gaia-input-form id="password-input-form" disabled="[[disabled]]">
<gaia-input-form id="password-input-form"
on-submit="onNextButtonClicked_" disabled="[[disabled]]">
<gaia-input slot="inputs" id="passwordInput" type="password"
required>
<div slot="label">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment