- Issue created by @tim-diels
- 🇧🇪Belgium tim-diels Belgium 🇧🇪
I added some console logs to make it clear what is happening. Also did a check on the address if not empty and then don't call the geolocation provider.
This can however be improved and show a message in the website itself. I was looking at https://www.drupal.org/node/2930536but → that will print the message on top of the webpage and is not ideally. The message should appear inside the fieldset? I would suggest on adding a message container in the fieldset and attach the messages there. But other ideas are welcome on how to tackle this.
- 🇧🇪Belgium tim-diels Belgium 🇧🇪
I did not find a quick solution to have the messages in an own container. So for now I added them to the global container as we're going to use Toastify to print the messages in a better way. If someone wants to improve this, feel free to do so.