artisan make:form-field ProductPrices. The component looks like this and receives an array of Currency models:<div><input wire:model="data.pricesTest.1"></div>EditProduct extends EditRecord, where I use the ProductResource with said form I do a dd():PricesTest isn't submitted into the form data. Can someone please point me where I'm going wrong?setup() function in the ProductPrices does the trick. I think it needs to be setup as an array. And it works when setting it up in the same way that CheckboxList() does. Final working code of the custom field: