gustavo.dev
gustavo.dev
FFilament
Created by gustavo.dev on 1/12/2024 in #❓┊help
Input masking
In version V2 of Filament, I had this mask:
->mask(fn (TextInput\Mask $mask) => $mask->pattern('{{ /^[0-9kK]*$/ }}'))
->mask(fn (TextInput\Mask $mask) => $mask->pattern('{{ /^[0-9kK]*$/ }}'))
But how can I achieve the same thing in the new version using the regular expression? I'm not sure why this expression doesn't work:
->mask(RawJs::make(<<<'JS'
return '/^[0-9kK]*$/'
JS))
->mask(RawJs::make(<<<'JS'
return '/^[0-9kK]*$/'
JS))
Could you please help me with this?
6 replies
FFilament
Created by gustavo.dev on 7/6/2023 in #❓┊help
Wizard
6 replies
FFilament
Created by gustavo.dev on 6/13/2023 in #❓┊help
File upload previews not loading
4 replies
FFilament
Created by gustavo.dev on 6/1/2023 in #❓┊help
remove filters from default url
5 replies
FFilament
Created by gustavo.dev on 5/30/2023 in #❓┊help
sort record in a table
5 replies
FFilament
Created by gustavo.dev on 5/22/2023 in #❓┊help
Table Builder
4 replies
FFilament
Created by gustavo.dev on 5/10/2023 in #❓┊help
How can I change the default message that a Select has?
3 replies
FFilament
Created by gustavo.dev on 5/10/2023 in #❓┊help
Consume api with select
3 replies
FFilament
Created by gustavo.dev on 5/7/2023 in #❓┊help
Creating a page
6 replies
FFilament
Created by gustavo.dev on 4/16/2023 in #❓┊help
customize Wizard
any help please? I want to make a custom Wizard, not add schema but call a livewire component to be able to customize it sorry if my english is not very good.
15 replies