text input field update based on another text input
I can't seem to get this working. I want to have one TextInput that's updated when another one is changed by the user. .
When a user changes the payment_before_discount input, I want the value of the payment_amount input to update as well. I've tried using afterStateUpdated and also the default method, but can't seem to get it working.
1 Reply
something like this?
live() is the same as reactive(), but newer and more aligned with Livewire