TrestleAdmin / trestle

A modern, responsive admin framework for Ruby on Rails
https://trestle.io
GNU Lesser General Public License v3.0
1.96k stars 177 forks source link

adding maps #423

Open jepaulbadillos opened 1 year ago

jepaulbadillos commented 1 year ago

Is there any ways to add maps in form?

PadawanBreslau commented 1 year ago

@jepaulbadillos Depending on what exactly you want to do with them. If you want it for display of data from object then yes - I've done that, can show you how I did it. If you want the map to be part of the form (meaning selecting something there) - then I never tried that.

jepaulbadillos commented 1 year ago

@jepaulbadillos Depending on what exactly you want to do with them. If you want it for display of data from object then yes - I've done that, can show you how I did it. If you want the map to be part of the form (meaning selecting something there) - then I never tried that.

I want it part of the form

jepaulbadillos commented 1 year ago

@PadawanBreslau is possible to use google places autocomplete api in forms?