Is it possible to customize the options of a MorphToSelect?
The docs say, I can use allowHtml() on a MorphToSelect (https://filamentphp.com/docs/4.x/forms/select#handling-morphto-relationships) but how can I set the customized options to the key select?
Solution:Jump to solution
got it. It is possible by adding
getOptionLabelFromRecordUsing() to every MorphToSelect\Type::make() entry inside the types() array π1 Reply
Solution
got it. It is possible by adding
getOptionLabelFromRecordUsing() to every MorphToSelect\Type::make() entry inside the types() array π