_kuding
Custom page Action with kebab-case doesn't activate
Custom page actions (not table actions, they work as expected) that have kebab-case name (
Action::make('test-text')
) won't trigger it's action on click. When it changed to Action::make('testText')
, it works as expected.
3 replies
TexInput money mask allow typing forbidden symbols
Mask applied only on blur and doesn't prevent you from typing letters.
I guess, it has something to do with the wire:model not working properly with Alpine.
It works properly when there's no property "balance" in Livewire\Component class to bind to. But then form validation doesn't work.
21 replies