How can I get the created model from createOptionForm?
I need to get the model that is created using createOptionForm(), I have tried using createOptionAction(), but I can't get the form.
So I have had to rewrite the action() to make it work, but I know it is not correct and I need to find an alternative to do this, does anyone have an idea?
I have tried to get the model from:
$component, $model, $record, $state
But none of these options work.
Another option that I have found is the following:
0 Replies