papipsycho
papipsycho
FFilament
Created by papipsycho on 8/17/2023 in #❓┊help
Having a page with form and action button to save
there one still on small issue, is i put the color primary but thoses button do not respect the right primary color, and fallback to default primary
18 replies
FFilament
Created by papipsycho on 8/17/2023 in #❓┊help
Having a page with form and action button to save
18 replies
FFilament
Created by papipsycho on 8/17/2023 in #❓┊help
Having a page with form and action button to save
Ok it doesn't take the valiation from the form itself, but at least it validate and display the correct error message in case of issue
18 replies
FFilament
Created by papipsycho on 8/17/2023 in #❓┊help
Having a page with form and action button to save
i used the function validate from livewire
18 replies
FFilament
Created by papipsycho on 8/17/2023 in #❓┊help
Having a page with form and action button to save
18 replies
FFilament
Created by papipsycho on 8/17/2023 in #❓┊help
Having a page with form and action button to save
Btw i found a way
18 replies
FFilament
Created by papipsycho on 8/17/2023 in #❓┊help
Having a page with form and action button to save
Ok thanks, and there is any way to have 2 forms on one page, on both diffrent panel ?
18 replies
FFilament
Created by papipsycho on 8/17/2023 in #❓┊help
Having a page with form and action button to save
if i do the code above, there is no save button
18 replies
FFilament
Created by papipsycho on 8/17/2023 in #❓┊help
Having a page with form and action button to save
my form is pretty "normal" according to me public function form(Form $form): Form { return $form ->schema([ TextInput::make('title')->required(), TextInput::make('slug'), RichEditor::make('content'), ]); } and from the blade file <x-filament-panels::page> {{ $this->form }} </x-filament-panels::page>
18 replies
FFilament
Created by papipsycho on 8/17/2023 in #❓┊help
Having a page with form and action button to save
what do you mean by "normal" form ?
18 replies
FFilament
Created by papipsycho on 7/30/2023 in #❓┊help
How to add class into x-filament::button
Thanks, actually the issue iss because is override by some other class, for instance i wanted to add px-8 py-3 but they are px-3 py-1 which is already use, there is anyway to override the attribute class for a button ?
8 replies
FFilament
Created by papipsycho on 7/22/2023 in #❓┊help
npm run dev : SyntaxError: Unexpected token 'export'
So i found the issue by myself, Btw i migrate from mix to vite and now everything good
2 replies