$get() field
Did i miss something using the $get function?
I have the following fields:
But for some reason the dd returns
null
while my fields look like the image.10 Replies
Is that a table repeater? Try
$get('./item_quantity')
or $get('../item_quantity')
It is, but both don't work
On a field after the
price
field i can use $get('item_quantity')
so it really doesn't make sense to me why it isn't workingprice
->reactive() or ->lazy()
Both fields are reactive
Where is reactive() in the code?
I shortened it
So it should work. Can you share the whole code please?
Put reactive() in item_quantity?
Debounce is also reactive
But magically it works out of nowhere
Don't even now what i changed