-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Decouple search field from map #50
Comments
Hi @giorgio79, However, decoupling isn't a big issue in terms of coding. I can just put an optional parameter to turn it off. The issue is the purpose of the package. The package originally made for users to pick the location by using autocomplete search and by dragging the pin which is the secondary option to pick. So making the main function as optional sounds weird for me. I will think about providing an optional parameter on the next version, but I am not sure whether it will be useful for most cases. |
Yeah just an idea. Maybe not optional, but breaking it apart in the backend may make it more manageable. :) |
Hi there, I understand that removing the search field would go against the primary purpose of the package, but I would also greatly appreciate if you could introduce an optional parameter to turn it off. I have a use case where such a feature would be awesome. Thank you so much for your contribution!! |
Perhaps, you could integrate with one of these
The text was updated successfully, but these errors were encountered: