yemenpoint / filament-google-map-location-picker

filament-google-map-location-picker
MIT License
31 stars 7 forks source link

[fix] - Fixed options configuration and location passing to js #1

Closed wdarins closed 2 years ago

wdarins commented 2 years ago

I've had some problems because location is not passed to frontend because this?.value is already an object. Also I've fixed options setup by directly setting provided options instead of calling configure.

wdarins commented 2 years ago

@yemenpoint can you take a look?