FilamentF
Filament3y 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))


it will format incorrectly when we add more item to the repeater, detail as attached video
any suggestion on how to fix this ?

thanks
Was this page helpful?