Merge pull request #851 from Safelite/feature/SSR-1508
SSR-1508 - small issue with address-questions input field
This commit is contained in:
commit
c6b93118f3
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