Sha256: 8c5c33f3e6ffa6eed9e728b37ecc74fb20300f759e2308f6855166b4c449ae3a

Contents?: true

Size: 431 Bytes

Versions: 45

Compression:

Stored size: 431 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, displayed_in_modal: @displayed_in_modal do %>
  <%= @form.number_field @field.id,
    class: helpers.input_classes('w-full', has_error: @field.model_errors.include?(@field.id)),
    placeholder: @field.placeholder,
    disabled: @field.readonly,
    min: @field.meta[:min],
    max: @field.meta[:max],
    step: @field.meta[:step] %>
<% end %>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
avo-1.4.0.pre.1 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.3.5 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.3.5.pre.1 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.3.4 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.3.3 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.3.2 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.3.1 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.3.0 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.2.11.pre.4 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.2.11.pre.3 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.2.11.pre.2 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.2.11.pre.1 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.2.10 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.2.9 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.2.8 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.2.7 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.2.6 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.2.6.pre.1 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.2.5 app/components/avo/edit/fields/number_field_component.html.erb
avo-1.2.4 app/components/avo/edit/fields/number_field_component.html.erb