[resolved] CreateOption in select on blade/livewire
anyone know how make a createOption in select component in blade/livewire?
2 Replies
It would help if you'd explain what issue you are facing instead of asking if anybody knows anything
I have same tables:
And I need register the receipt this purchase, and register your characteristics, by receiptmaterial I would got PurchaseObjects, but the repeater component not repect the relationship. I make a method on purchaseOrder for returns a HasMany of PurchaseObject, but the repeater not repect. This, I decided make a custom form, but I need register theirs charateristics of receipt of material, And I would allow the user register new charateristics, dynamically.