thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

Fix custom attribute not working on Relationship (#5441) #5703

Open lamualfa opened 1 year ago

lamualfa commented 1 year ago

Fix custom attribute not working on Relationship

Implement a solution from https://stackoverflow.com/a/47781344/10861398.

This PR fixes an issue where the custom attribute was not working correctly on the Relationship form field. The code has been modified to retrieve the selected values using the get() method before plucking the label and key. This ensures that the custom attribute works as expected.

Fixes #5441

cuongpham2107 commented 2 months ago

Works well with many-to-many relationships