Azad Furkan ŞAKAR
How to dispatch event when validation has error on current locale?
Thank you for your reply, i already check documentation but i don't get it yet how can i solve this problem. I think main problem is other language components not visible when i submit form. That's why its throw error i guess. I am about to make a plugin, so i have to do it automatically for every component has required, url etc. methods.
7 replies
Using filament styles outside of the resource
I use filament in my frontend, just added those lines in app.blade.php file;
In head tag;
@filamentStyles(packages: ['filament/forms', 'filament/support', 'filament/notifications'])
Before </body> tag;
@filamentScripts(packages: ['filament/notifications', 'filament/support', 'filament/forms'])
4 replies
Fileupload multiple image in a tab not displaying images properly
This happened to me too before, i think it's bug from filepond or livewire.
When rendering the page, there is no problem while in the default active TAB, but there is a problem loading media while in other TABs.
29 replies