Autofill on TextInput
Code
Hello, I'm just learning Filament. I need help regarding TextInput autofilling.
From the code above, how do I ensure that when I fill in purchase and selling, profit will be automatically filled in?
4 Replies
You probably want
->live()
and ->afterStateUpdated()
:Can you help me? I don't really understand about afterStateUpdate, so I need a reference
I also experienced the same thing
In this case you would use
$get