Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

defaults with address fields don't work #228

Open
BryceStevenWilley opened this issue Sep 7, 2023 · 1 comment
Open

defaults with address fields don't work #228

BryceStevenWilley opened this issue Sep 7, 2023 · 1 comment

Comments

@BryceStevenWilley
Copy link
Contributor

Screenshot: Question says "What is your address. Use an address where you can be contacted". Only the street address and state fields are pre-populated

This question is using address_fields_with_defaults in interview_logic.py, and with some extra logging, I can confirm that it's setting all defaults of the address correctly (to the address of the logged in Tyler user). However, DA isn't showing those defaults to the user, or is erasing them somehow.

Guess of what could be happening:

  • default is just broken when trying to fill it in with code fields like this
  • the google auto complete is trying to autopopulate things, and some how already having value set in some inputs causes it to erase the other inputs.

Either way, it's likely an upstream issue, but I want to have some more information on how to proceed.

@nonprofittechy
Copy link
Member

Happy to help investigate this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants