F
Filament15mo ago
WrkL

Textfield with masking in Repeater

Hi, i have a masking field inside a repeater as below
Forms\Components\TextInput::make('quantity')
->mask(RawJs::make(<<<'JS'
$money($input)
JS))
Forms\Components\TextInput::make('quantity')
->mask(RawJs::make(<<<'JS'
$money($input)
JS))
it will format incorrectly when we add more item to the repeater, detail as attached video any suggestion on how to fix this ? thanks
1 Reply
WrkL
WrkLOP15mo ago
anyone know how to solve this ?

Did you find this page helpful?