Sha256: 1c78b6f53f6aa21332d138c5f83e8fad5fa5f75154343733698847a25881741a
Contents?: true
Size: 249 Bytes
Versions: 28
Compression:
Stored size: 249 Bytes
Contents
module SimpleForm module Inputs class RangeInput < NumericInput def input if html5? input_html_options[:type] ||= "range" input_html_options[:step] ||= 1 end super end end end end
Version data entries
28 entries across 28 versions & 4 rubygems