force full address entry when clicking out of street address field
This commit is contained in:
parent
f43bf922ca
commit
5202dcbfa8
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@
|
|||
hasIcon
|
||||
disableAutoFill
|
||||
validationRules="street-address-required"
|
||||
@keydown.enter.prevent />
|
||||
@keydown.enter.prevent
|
||||
@focusout="fillInAddress()" />
|
||||
</div>
|
||||
</div>
|
||||
<transition
|
||||
|
|
|
|||
Loading…
Reference in a new issue