Public Instance methods
call(tag, input)
[show source]
# File lib/forme/bs5.rb 143 def call(tag, input) 144 attr = input.opts[:helper_attr] 145 attr = attr ? attr.dup : {} 146 Forme.attr_classes(attr, 'form-text') 147 [tag, input.tag(:div, attr, input.opts[:help])] 148 end