We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In current Google Maps release 3.31, draggable option is deprecated.
jquery-locationpicker-plugin sets it to true:
true
jquery-locationpicker-plugin/src/locationpicker.jquery.js
Line 454 in fac8658
Line 393 in fac8658
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In current Google Maps release 3.31, draggable option is deprecated.
If false, prevents the map from being dragged. Dragging is enabled by default.
Note: This property is deprecated. To disable dragging on the map, you can use the gestureHandling property, and set it to "none".
jquery-locationpicker-plugin sets it to
true
:jquery-locationpicker-plugin/src/locationpicker.jquery.js
Line 454 in fac8658
jquery-locationpicker-plugin/src/locationpicker.jquery.js
Line 393 in fac8658
The text was updated successfully, but these errors were encountered: