SET
Relation Manager through relation
I have three models:
Order
, OrderItem
and Invoice.
Order.php:
OrderItem.php:
Invoice.php
Order items have no separate page, I fill order items with repeater on order page. How can I display invoices with relation manager on the same page (with orders)?2 replies
Dynamic form with TextInput's
I have a question here
https://github.com/filamentphp/filament/issues/11029
And I have answer, but... For some reason, the code only works if I set Select with default value.
8 replies