How to get rid of some character in input when Masking?
There is "(" in the textbox.
5 Replies
->default('')
?Did not work. the parenthesis is still there.
Are you using on the resource? Create page, edit?
No, custom form.
$this->form->fill(['phone' => ''])
https://filamentphp.com/docs/2.x/forms/getting-started#filling-forms-with-dataFilament
Getting started - Form Builder - Filament
The elegant TALL stack form builder for Laravel artisans.