Benjacho / belongs-to-many-field-nova

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

Get translated value from serialized resource #83

Open bastihilger opened 3 years ago

bastihilger commented 3 years ago

fixes #72, fixes #48

This PR checks if the field used for the optionsLabel is actually a translated field. If yes, it fills the field with the translation in the current locale. This way I don't think any changes to the Readme are needed?

And thank you for creating this package, it is very useful!