Sha256: 9f68ac57700bc412ab687171a01ee13c5cea80a333d5ea193690a7f24848f1ef

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

= simple_form_for @appointment, html: { class: "form-horizontal" }  do |f|
  = f.input :scheduled_at, as: :date_time_picker, input_html: input_html_options
  = f.submit

javascript:
  $('form').after($('<pre style="margin-top:1em;"></pre>').text("value=" + $('#appointment_scheduled_at')[0].getAttribute('value')));

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
datetime_picker_input-4.17.47 spec/dummy/app/views/appointments/_form.html.slim
datetime_picker_input-4.17.37.1 spec/dummy/app/views/appointments/_form.html.slim
datetime_picker_input-4.17.37 spec/dummy/app/views/appointments/_form.html.slim