Benjacho / belongs-to-many-field-nova

Belongs To Many field Laravel nova to represent many to many relationship in field.
MIT License
157 stars 81 forks source link

Nova 4 support #113

Closed max-zu closed 1 year ago

max-zu commented 2 years ago

@Benjacho could you please check this and merge

daanadriaan commented 2 years ago

@max-zu Great!!

Though, on the creation form I'm getting an infinite load. Schermafbeelding 2022-07-07 om 11 06 08 Schermafbeelding 2022-07-07 om 11 05 59

Edit form works but I'm getting some styling issues. Those would be solved with: .multiselect{ justify-content: normal !important; } .multiselect__tags{ border:none !important; }

I fixed these issues in https://github.com/max-zu/belongs-to-many-field-nova/pull/1

Benjacho commented 1 year ago

Thanks @max-zu for the contribution, support for nova 4 is in beta.