Textinput mask class doesn't exist. Other way to implement money masking?
Solution:Jump to solution
sorted it out thanks ✅
```js
->prefix('RM')
->mask(RawJs::make(<<<'JS'
$money($input, '.', ',')...
8 Replies
@keyme0209 what version of filament?
masking is done differently in v3. make sure you read the docs
v3 yea
you really need to look over the docs then and the upgrade instructions, etc
alrighty
some of that might help
Solution
sorted it out thanks ✅