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

Usare address form invece di autocomplete semplice #19

Closed
merlerm opened this issue May 31, 2022 · 1 comment
Closed

Usare address form invece di autocomplete semplice #19

merlerm opened this issue May 31, 2022 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@merlerm
Copy link
Collaborator

merlerm commented May 31, 2022

L'autocomplete che usiamo noi va bene ma si rompe facilmente, perchè salva i risultati in un array (es [Via, Città, Nazione]) ed ora li stiamo prendendo semplicemente con l'indice. Se viene inserito un indirizzo con formato diverso (es indirizzo americano o solo con città) si rompe tutto il sistema.
Meglio switchare ad una soluzione così adattata ai nostri bisogni, più intuitiva e molto molto più robusta. Domani da investigare

@merlerm merlerm added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels May 31, 2022
@merlerm merlerm self-assigned this May 31, 2022
@merlerm
Copy link
Collaborator Author

merlerm commented Jun 1, 2022

Fixed by #21

@merlerm merlerm closed this as completed Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant