How can I access component properties in view?
I'm trying to create a custom field using the following code:
Now I want to use the
But I get this error:
What am I doing wrong? It seems the view is looking at the parent component or something?
Now I want to use the
$selectedItem property in my blade (wire:model):But I get this error:
Livewire: [wire:model="selectedItem"] property does not exist on component: [app.domains.relations.filament.resources.relation-resrouce.relation-managers.packages-relation-manager]What am I doing wrong? It seems the view is looking at the parent component or something?