$get doesn't work in action modal
Inside my infolist schema, I have an textentry with a hint action. the form loads perfectly well, but a dependant field (cargo_tracking_code) cannot get the status field's value. The code is attached.
9 Replies
Try:
../cargo_tracking_code
But I think you need to get it's parent instead
Where exactly should I try it tho?
I am trying to get status field's value by using $get('status'), not the other way around
Sorry, then that should work...
maybe change Get $get to callable $get
That also doenst work š¦
Bump!
visible
expect boolean so you need to return like this
But both should work fine normally.
And the main problem I think is you don't have
Teslim edildi
value inside your OrderStatus::class
enumThanks for the responses. The problem is that $get('status') returns null. So i cant even read the field in the first place