foodsoft/app/inputs/date_picker_input.rb

5 lines
166 B
Ruby

class DatePickerInput < SimpleForm::Inputs::StringInput
def input
@builder.text_field(attribute_name, input_html_options.merge({class: 'datepicker'}))
end
end