- Issue created by @tim-diels
- 🇧🇪Belgium tim-diels Belgium 🇧🇪
I provided some code changes already to ✨ No visual message when geolocate returns nothing Active that handles this. Lets focus on the work done there to continue.
Trying to geolocate on an empty address fails silently and displays an error in console but not to end user.
Try to geolocate an empty address.
Display a nice error to end user when trying to geolocate an empty address.
Discuss approach
Create MR.
Option 1:
Nice error when trying to geolocate on empty address.
Option 2:
Do not show the "Try to geolocate the address" when there is no address.
None.
None.
Active
1.0
Code
I provided some code changes already to ✨ No visual message when geolocate returns nothing Active that handles this. Lets focus on the work done there to continue.