Sha256: fc314b6341cc58ec83201898c1ec40d71117882badb48a1fd4637ec6742749bd

Contents?: true

Size: 419 Bytes

Versions: 28

Compression:

Stored size: 419 Bytes

Contents

<%= field_wrapper **field_wrapper_args do %>
  <%= @form.number_field @field.id,
    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

28 entries across 28 versions & 1 rubygems

Version Path
avo-3.0.0.pre13 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.0.0.pre12 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.0.0.pre10 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.0.0.pre11 app/components/avo/fields/number_field/edit_component.html.erb
avo-3.0.0.pre9 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.35.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.34.7.pre.1 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.34.6 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.34.5 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.34.4 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.34.4.pre.1 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.34.3 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.34.2 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.34.1 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.34.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.33.3 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.33.3.pre.2 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.33.3.pre.1 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.33.2 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.33.1 app/components/avo/fields/number_field/edit_component.html.erb