Custom form field inside resource

Hi, i want to insert custom field inside a resource and i'm following this: https://filamentphp.com/docs/3.x/forms/fields/custom#custom-field-classes.

All was ok untill the moment to define my inputs a wire:model. I've an array of input and i don't know how to define wire:model. I also don't know with simple example:

<input wire:model="name" />

How i can define or retrieve property name inside a resource?
Was this page helpful?