© 2026 Hedgehog Software, LLC
use Filament\Forms\Components\TextInput; use Filament\Support\RawJs; TextInput::make('amount') ->mask(RawJs::make('$money($input)')) ->stripCharacters(',') ->numeric()
BadMethodCallException PHP 8.2.4 Laravel 10.30.1 Method Filament\Forms\Components\TextInput::stripCharacters does not exist.