Input mask
Is it possible to use input masking with regex? And if yes, how can I do this?
3 Replies
or like this
I tried with pattern like this but it's not working as I want. I need for example to let the user typing only letters and numbers, not special characters
I got this error 'Filament\Forms\ComponentContainer::Filament\Forms\Concerns{closure}(): Argument #1 ($component) must be of type Filament\Forms\Components\Component, null given' with this code
SOLVED