hurycz
Show latitude and longitude in Hidden
I found solution
in JS:
const jsonElement = document.querySelector("#packeta-selector-json");
jsonElement.value = JSON.stringify(point);
jsonElement.dispatchEvent(new Event('input'));
now filament shows hidden data:
public function create()
{
$formState = $this->form->getState();
dd($formState)
}
8 replies