Sha256: 03c1be0c3bab040bbf7be70ba9c48796dfc1e89ae7c558a05652273e15706be4
Contents?: true
Size: 355 Bytes
Versions: 16
Compression:
Stored size: 355 Bytes
Contents
#------------------------------------------------------------------------------ class TextFullWidthInput < SimpleForm::Inputs::TextInput def input(wrapper_options) input_html_classes << 'input-block-level' input_html_classes << ' monospaced' if options[:mono] input_html_options[:rows] = options[:rows] if options[:rows] super end end
Version data entries
16 entries across 16 versions & 1 rubygems