Class: CaringForm::TextFieldInlineErrorField

Inherits:
SimpleForm::Inputs::CommonTextInput
  • Object
show all
Defined in:
lib/caring_form/form_builder.rb

Instance Method Summary collapse

Instance Method Details

#inputObject



3
4
5
# File 'lib/caring_form/form_builder.rb', line 3

def input
  super.html_safe + '<div class="inline-error" style="display: none"></div>'.html_safe
end