module SimpleForm::Components::Placeholders

def placeholder

def placeholder
  input_html_options[:placeholder] ||= placeholder_text
  nil
end