F
Filament6mo ago
Adel

how to combine live() with money mask()

how to combine live() with mask(RawJs::make('$money($input)')). when I combine them together the money separating comma is not shown in the correct place ex. when I type 100000 I am getting 100,0000
Solution:
live(debounce: 1000)
Jump to solution
1 Reply
Solution
Adel
Adel6mo ago
live(debounce: 1000)