Sha256: 994b4573ee241d779674acf5299d0dde4bc2926bc42046524d001e856e7f4388

Contents?: true

Size: 471 Bytes

Versions: 48

Compression:

Stored size: 471 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,
    autofocus: @autofocus
  %>
<% end %>

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
avo-3.15.1 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.15.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.14.5 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.14.4 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.14.3 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.14.2 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.14.1 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.14.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.13.7 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.13.6 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.13.5 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.13.4 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.13.3 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.13.2 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.13.1 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.13.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.12.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.11.10 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.11.9 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.11.8 app/components/avo/fields/number_field/edit_component.html.erb