Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Better nullable support #46

@theianjohnson

Description

@theianjohnson

Currently I can allow nullable with

MapMarker::make('Location')
    ->latitude('lat')
    ->longitude('lng')
    ->nullable()
    ->nullValues([0])

But if the map is moved at all it's impossible to re-nullify it, can we get a button to clear or reset the map? In my case the lat/lng is conditional so even accepting 0 as null was a compromise as that is a real lat/lng.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions