Fixed
- Null label error in the menuable Select when a model has no
namecolumn but definesgetMenuNameAttribute(). The Select options pipeline now uses themenu_nameaccessor for display, whilegetFilamentSearchLabel()remains the database column used for searching. (#23, #24)
Documentation
- Documented
getFilamentSearchLabel()in the Menuable Trait guide and clarified how it relates togetMenuNameAttribute().
Full Changelog: v5.0.1...v5.0.2