mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 22:05:07 +00:00
type your address...
This commit is contained in:
parent
0a420d5a1c
commit
b5eb4f3d88
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
</div>
|
||||
|
||||
<div x-show="!$refs.line1?.value">
|
||||
<gmp-place-autocomplete placeholder="Address line 1" x-ref="autocomplete" style="width: 100%;"></gmp-place-autocomplete>
|
||||
<gmp-place-autocomplete placeholder="Type your address..." x-ref="autocomplete" style="width: 100%;"></gmp-place-autocomplete>
|
||||
</div>
|
||||
<%= f.text_field :line_1, placeholder: t("addresses.line_1"), required: true, "x-ref": "line1" %>
|
||||
<%= f.text_field :line_2, placeholder: "#{t("addresses.line_2")} (optional)", "x-ref": "line2" %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue