Sha256: 6867e4080a459ee76720ffaee033636a6006ba8bbe421fbaf9a6aa22f52d7ee7

Contents?: true

Size: 410 Bytes

Versions: 39

Compression:

Stored size: 410 Bytes

Contents

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

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
avo-3.13.6 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.13.5 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.13.4 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.13.3 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.13.2 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.13.1 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.13.0 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.12.0 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.11.10 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.11.9 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.11.8 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.11.7 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.11.6 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.11.5 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.11.4 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.11.3 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.11.2 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.11.1 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.11.0 app/components/avo/fields/password_field/edit_component.html.erb
avo-3.10.10 app/components/avo/fields/password_field/edit_component.html.erb