Sha256: fbd60362b4743c03ba1127d0b0649301af6152110b512e33a9f8bc9096d7b8be

Contents?: true

Size: 390 Bytes

Versions: 15

Compression:

Stored size: 390 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: @field.is_readonly?,
    max: @field.max,
    min: @field.min,
    placeholder: @field.placeholder,
    step: @field.step,
    style: @field.get_html(:style, view: view, element: :input)
  %>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
avo-2.21.1.pre.pr1476 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.21.1.pre.issue1450 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.21.1.pre.issue1444 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.20.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.19.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.18.1 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.18.1.pre.1.eagerloaddirs app/components/avo/fields/number_field/edit_component.html.erb
avo-2.18.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.17.1.pre.5.stackedlayout app/components/avo/fields/number_field/edit_component.html.erb
avo-2.17.1.pre.4.issue.1342 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.17.1.pre.3 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.17.1.pre.2.customauthorizationclients app/components/avo/fields/number_field/edit_component.html.erb
avo-2.17.1.pre.1.zeitwerk.eager.load.dir app/components/avo/fields/number_field/edit_component.html.erb
avo-2.17.0 app/components/avo/fields/number_field/edit_component.html.erb
avo-2.16.1.pre.1.nativefields app/components/avo/fields/number_field/edit_component.html.erb