© 2026 Hedgehog Software, LLC
html
getOptionLabelFromRecordUsing
->modifyFormFieldUsing(function (Select $select) { return $select->allowHtml(); ->getOptionLabelFromRecordUsing(function (YourModel $record) { return view('')->render(); }) })