Sha256: 03b7ac58d6674ed1d4f55025d189dfc017bdfac15907d0528a987a0d1bb25d8e

Contents?: true

Size: 847 Bytes

Versions: 15

Compression:

Stored size: 847 Bytes

Contents

<div class="d-flex">
  <%= form.label(nil, class: 'me-2 mt-1') { 'Between' } %>
  <%= form.date_field("#{field}[from]", name: "#{field}[from]",
                                 value: component.value_for(field, :from),
                                 class: "form-control #{component.valid?(field) ? nil : 'is-invalid'}",
                                 tabindex: component.tabindex,
                                 **options) %>
  <%= form.label(nil, class: 'ms-2 mt-1 me-2') { 'and' } %>
  <%= form.date_field("#{field}[to]", name: "#{field}[to]",
                                 value: component.value_for(field, :to),
                                 class: "form-control #{component.valid?(field) ? nil : 'is-invalid'}",
                                 tabindex: component.tabindex,
                                 **options) %>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
active_element-0.0.31 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.30 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.29 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.28 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.27 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.26 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.24 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.23 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.22 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.21 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.19 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.18 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.17 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.16 app/views/active_element/components/form/_date_range_field.html.erb
active_element-0.0.15 app/views/active_element/components/form/_date_range_field.html.erb