Abi
Abi
Explore posts from servers
FFilament
Created by Abi on 8/6/2024 in #❓┊help
Cannot get custom Validation Message for Select Component to work
ok, now that works, thank you very much.
15 replies
FFilament
Created by Abi on 8/6/2024 in #❓┊help
Cannot get custom Validation Message for Select Component to work
ah ok, let me check that
15 replies
FFilament
Created by Abi on 8/6/2024 in #❓┊help
Cannot get custom Validation Message for Select Component to work
Yes, I followed the documentation. how do I go about validating the form on form submission? if I don't use $this->validate() it doesn't seem to validate.
15 replies
FFilament
Created by Abi on 8/6/2024 in #❓┊help
Cannot get custom Validation Message for Select Component to work
I don't have a statePath setup
15 replies
FFilament
Created by Abi on 8/6/2024 in #❓┊help
Cannot get custom Validation Message for Select Component to work
ok, so, I am using Filament Forms as standalone and not within the Admin Panel. I have setup all the form elements inside the form(Form $form) method with the necessary validations for each form element. On form submission, when I call the $this->validate(), it doesn't seem to use the custom message I have setup for each element, but does the normal validation message configured on the lang file.
15 replies
FFilament
Created by Abi on 8/6/2024 in #❓┊help
Cannot get custom Validation Message for Select Component to work
Am I missing anything? I tried to use native() as well and doesn't work with that as well.
15 replies
FFilament
Created by Abi on 5/8/2024 in #❓┊help
Component not found after Standalone Form Submission
tried the above suggestion, did not help. I have to force reload the page after submission using $this->js('window.location.reload()'); as a hack.
22 replies
FFilament
Created by Abi on 5/8/2024 in #❓┊help
Component not found after Standalone Form Submission
do I need <x-filament-actions::modals /> if I don't have any modals?
22 replies
FFilament
Created by Abi on 5/8/2024 in #❓┊help
Component not found after Standalone Form Submission
one additional note though, I am force injecting livewire and have 'inject_assets' => false on the livewire config since I use alpine js components on my app
22 replies
FFilament
Created by Abi on 5/8/2024 in #❓┊help
Component not found after Standalone Form Submission
anything else seem odd to you on the code? Just not sure where I am going wrong, the problem seems to be just this form alone
22 replies