aboutsummaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorFelipe Leme <felipeal@google.com>2018-04-25 16:10:03 -0700
committerJisha Abubaker <jishaa@google.com>2018-09-14 14:43:47 -0700
commit6ba36307f5ad8549ad6807c3c7c648549f7dd710 (patch)
tree6c1cee5d8327e83d29186150956e04093308437d /input
parentcf53fc024c84f9c913981cfd21b3df953aac0db2 (diff)
downloadandroid-6ba36307f5ad8549ad6807c3c7c648549f7dd710.tar.gz
Reduced sample_form.html to just 2 fields, username and password.
Otherwise, it requires filling all fields to trigger Save, which is confusing. Bug: 79392483 Test: manual verification Change-Id: Ic02578d8efa6daf7a5dabca0e26889f1b84c22c3
Diffstat (limited to 'input')
-rw-r--r--input/autofill/AutofillFramework/Application/src/main/res/raw/sample_form.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/input/autofill/AutofillFramework/Application/src/main/res/raw/sample_form.html b/input/autofill/AutofillFramework/Application/src/main/res/raw/sample_form.html
index 92596a59..076eead1 100644
--- a/input/autofill/AutofillFramework/Application/src/main/res/raw/sample_form.html
+++ b/input/autofill/AutofillFramework/Application/src/main/res/raw/sample_form.html
@@ -29,14 +29,21 @@
name='password'
autocomplete='current-password' />
<br />
- <br />
+ <input
+ type='submit'
+ value='Login' />
+ </form>
+
+ <!-- Other autocomplete examples - they're not included because they would require
+ filling all fields to trigger Save when using the sample services
+
Work email:
<input
type='text'
name='email'
autocomplete='work email' />
<br />
- <br />
+
Shipping address1:
<input
type='text'
@@ -56,10 +63,7 @@
autocomplete='section-whatever address-line3' />
<br />
<br />
- <input
- type='submit'
- value='Login' />
- <br />
</form>
+ -->
</body>
</html> \ No newline at end of file