KiaBoluki
how to set max repeat for a repeater
Thank you for your reply.
the main reason is the
images
and the product
models have a one-to-many
relationship and the number of images is varied. at least one image is required and the other two images are optional so I decided to give the user the option the number of images they want to upload for their product
. I think the repeater is a good tool for this .6 replies
stripCharacters() method not found on TextInput
documentation link:
https://filamentphp.com/docs/3.x/forms/fields/text-input#input-masking
7 replies
where can I set the redirect url after user logout?
Thank you for your reply. I tried it this way :
but it throws this error :
I also tried to create a view in this path:
resources/views/filament/admin/auth/login.blade.php
and this path :
resources/views/filament/pages/admin/auth/login.blade.php
but it does'nt work too.7 replies
is it possible to disable form while image is uploading?
Yeah, it works by field. However, I'm curious to find a way to disable the form while the form is uploading file. Perhaps a trait for all models would be nice to achieve this. You know, I have a lot of forms and fields in the app.
8 replies
is it possible to disable form while image is uploading?
@Leandro Ferreira Thanks for reply. but the form doesn't have this method. I need to add this method to all fields in the form.
Call to undefined method Filament\Resources\Form::extraAlpineAttributes()
8 replies