dotswan / filament-map-picker

Map Picker is a Filament custom field designed to simplify the process of choosing a location on a map and obtaining its geo-coordinates.
MIT License
32 stars 10 forks source link

Map dont set value on draggrable on false #26

Open octaviogamero27 opened 3 days ago

octaviogamero27 commented 3 days ago

When the map loads and draggrable is false, the map doesnt set value of LiveLocation

mohaphez commented 2 days ago

Hi @octaviogamero27

When draggable is set to false, what trigger should the liveLocation feature use to receive and share the location live? Isn't the liveLocation feature essentially meaningless without draggable?

octaviogamero27 commented 1 day ago

Hi @mohaphez thanks for answer me, that options is when only wanna get Location with the map disabled. The field is readonly, but that option doesnt exists in Plugin.

I suggest the plugin has readonly mode for get only the location.