You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just merged some pending pull requests and looked into the code. Yes, you can use hidden fields no problem. Nothing in the code dependent on the type of field, only that the input field has a value attribute. If you have any problems, it could be due to the update_ui function using .autocomplete which you can override to fit your needs.
// fill in the UI elements with new position datafunctionupdate_ui(address,latLng){$('#gmaps-input-address').autocomplete("close");$('#gmaps-input-address').val(address);}
Is there any simple way how to put those values into hidden fields? I'm using gmaps-autocomplete-rails in form_for, so it would be quite handy.
The text was updated successfully, but these errors were encountered: