Skip to content
Snippets Groups Projects
Commit 82dc674b authored by Robert Lange's avatar Robert Lange
Browse files

Merge branch 'instance/fid' into instance/fid_adlr

parents 015c3a61 8731750a
No related merge requests found
...@@ -51,7 +51,7 @@ return [ ...@@ -51,7 +51,7 @@ return [
'label' => 'label_address_0_line_1', 'label' => 'label_address_0_line_1',
], ],
'attributes' => [ 'attributes' => [
'autocomplete' => "street-address" 'autocomplete' => "address-line1"
], ],
], ],
], ],
...@@ -62,6 +62,9 @@ return [ ...@@ -62,6 +62,9 @@ return [
'options' => [ 'options' => [
'label' => 'label_address_0_line_2', 'label' => 'label_address_0_line_2',
], ],
'attributes' => [
'autocomplete' => "address-line2"
],
], ],
], ],
'zip' => [ 'zip' => [
...@@ -95,6 +98,9 @@ return [ ...@@ -95,6 +98,9 @@ return [
'options' => [ 'options' => [
'label' => 'label_address_0_country', 'label' => 'label_address_0_country',
], ],
'attributes' => [
'autocomplete' => "country-name"
],
], ],
], ],
], ],
......
...@@ -101,6 +101,7 @@ return [ ...@@ -101,6 +101,7 @@ return [
'type' => Text::class, 'type' => Text::class,
'options' => [ 'options' => [
'label' => 'label_academic_title', 'label' => 'label_academic_title',
'autocomplete' => 'honorific-prefix'
], ],
], ],
], ],
......
...@@ -66,6 +66,9 @@ return [ ...@@ -66,6 +66,9 @@ return [
'options' => [ 'options' => [
'label' => 'label_academic_title', 'label' => 'label_academic_title',
], ],
'attributes' => [
'autocomplete' => 'honorific-prefix'
]
], ],
], ],
'firstname' => [ 'firstname' => [
......
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