Sha256: 55ba7d039248bd75c72ed7f27dccbf71cc87757e0d9f300afdfc59f56e8f2e00
Contents?: true
Size: 241 Bytes
Versions: 13
Compression:
Stored size: 241 Bytes
Contents
class DatepickerInput < FormtasticBootstrap::Inputs::StringInput def input_html_options options = super options[:class] = [options[:class], "datepicker"].compact.join(' ') options[:readonly] = 'readonly' options end end
Version data entries
13 entries across 13 versions & 1 rubygems