class Avo::Fields::HasBaseField

def field_label

What the user sees in the text field
def field_label
  target_resource.hydrate(record: value).record_title
rescue
  nil
end