Sha256: 7f2c88bd006d095fd7778a82a090acdf84a799ee0ac682037da4220a7c8f4429
Contents?: true
Size: 179 Bytes
Versions: 6
Compression:
Stored size: 179 Bytes
Contents
class DatePickerInput < SimpleForm::Inputs::StringInput def input input_html_options[:class] |= ["datepicker"] input_html_options[:type] = "text" super end end
Version data entries
6 entries across 6 versions & 1 rubygems