_kuding
_kuding
FFilament
Created by _kuding on 8/2/2023 in #❓┊help
TexInput money mask allow typing forbidden symbols
Thanks. I guess it's livewire issue then
21 replies
FFilament
Created by _kuding on 8/2/2023 in #❓┊help
TexInput money mask allow typing forbidden symbols
Yep. It works on Chrome and numeric() can be active too.
21 replies
FFilament
Created by _kuding on 8/2/2023 in #❓┊help
TexInput money mask allow typing forbidden symbols
Ok, I see. It's firefox only issue
21 replies
FFilament
Created by _kuding on 8/2/2023 in #❓┊help
TexInput money mask allow typing forbidden symbols
https://8000-filamentphp-demo-ovf606pp7lj.ws-eu102.gitpod.io/shop/products/create I've added mask to the price field
Forms\Components\TextInput::make('price')
->mask(RawJs::make(<<<'JS'
$money($input, '.', '')
JS))
->required(),
Forms\Components\TextInput::make('price')
->mask(RawJs::make(<<<'JS'
$money($input, '.', '')
JS))
->required(),
21 replies
FFilament
Created by _kuding on 8/2/2023 in #❓┊help
TexInput money mask allow typing forbidden symbols
I have a few resources and a separate custom page with masks. All of them have the same issue
21 replies
FFilament
Created by _kuding on 8/2/2023 in #❓┊help
TexInput money mask allow typing forbidden symbols
v3.0.5, livewire v3.0.0-beta.6
21 replies
FFilament
Created by _kuding on 8/2/2023 in #❓┊help
TexInput money mask allow typing forbidden symbols
Yes, I have a panel
21 replies
FFilament
Created by _kuding on 8/2/2023 in #❓┊help
TexInput money mask allow typing forbidden symbols
21 replies
FFilament
Created by _kuding on 8/2/2023 in #❓┊help
TexInput money mask allow typing forbidden symbols
Same. I don't think it's connected.
21 replies
FFilament
Created by _kuding on 8/2/2023 in #❓┊help
TexInput money mask allow typing forbidden symbols
21 replies