Sha256: 1b2085dbc63a0690f4b1612cfcd1602051351bd2accd3ea8cf4786660571dbd3

Contents?: true

Size: 444 Bytes

Versions: 97

Compression:

Stored size: 444 Bytes

Contents

<%= field_wrapper **field_wrapper_args do %>
  <%= @form.number_field @field.id,
    value: @field.value,
    class: classes("w-full"),
    data: @field.get_html(:data, view: view, element: :input),
    disabled: disabled?,
    max: @field.max,
    min: @field.min,
    placeholder: @field.placeholder,
    step: @field.step,
    style: @field.get_html(:style, view: view, element: :input),
    autocomplete: @field.autocomplete
  %>
<% end %>

Version data entries

97 entries across 97 versions & 1 rubygems

Version Path
avo-2.53.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.52.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.49.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.6.1 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.6.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.5.8 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.5.7 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.5.6 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.5.6.beta1 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.5.5 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.5.4 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.5.3 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.5.2 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.5.1 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.5.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.4.4 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.4.3 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.4.2 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.48.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.4.1 app/components/avo/fields/number_field/edit_component.html.erb