Using Select with a BelongsToMany relation
Hi,
I recognised a weird issue in an appliation of mine. I am using a
When we take a look into the code, it seems like n:m is supported by
I recognised a weird issue in an appliation of mine. I am using a
Select component to assign Rooms to a Contract. They are stored in a contract_room table since it's a many-to-many relationship.When we take a look into the code, it seems like n:m is supported by
Select.