Sha256: 4479ec072101e610c2b23cb4e189a911dec7411acfee25ad92b8782af39200e0

Contents?: true

Size: 336 Bytes

Versions: 3

Compression:

Stored size: 336 Bytes

Contents

module CustomInputs
  class DatePickerInput < SimpleForm::Inputs::StringInput
    include UiBibz::Ui::Core::Forms::Dates

    def input(wrapper_options)
      options = @options.merge({ builder: @builder })
      UiBibz::Ui::Core::Forms::Dates::DatePickerField.new(attribute_name, options, input_html_options).render
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ui_bibz-2.0.0.alpha28 app/inputs/custom_inputs/date_picker_input.rb
ui_bibz-2.0.0.alpha27 app/inputs/custom_inputs/date_picker_input.rb
ui_bibz-2.0.0.alpha26 app/inputs/custom_inputs/date_picker_input.rb