How to use callable $get in createOptionForm()
I want to call a reactive component outside the createOptionForm() component, but it shows null. Help please
5 Replies
what code did you try?
it shows null
You need to move out of category id so:
$get('../product_id')
Solution
this one work! thank you very much