hurycz
hurycz
FFilament
Created by abdullafahem on 7/17/2024 in #❓┊help
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
FFilament
Created by abdullafahem on 7/17/2024 in #❓┊help
Show latitude and longitude in Hidden
I need same, but hidden field for delivery js widget. Any solutions?
8 replies